messages from 2021-10-26 02:19:32 to 2021-11-08 07:08:43 UTC [more...]
[PATCH] perf tests: fix array_size.cocci warning
2021-11-08 7:07 UTC
[PATCH v3] perf vendor events power10: Add metric events json file for power10 platform
2021-11-08 6:00 UTC
[PATCH] perf bench: Fix memory leaks
2021-11-08 4:48 UTC
[PATCH v2 0/2] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
2021-11-08 0:49 UTC (7+ messages)
` [PATCH v2 1/2] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing
[GIT PULL] perf tools changes for v5.16
2021-11-07 20:49 UTC
[PATCH v2 1/3] perf parse-events: Rename parse_events_error functions
2021-11-07 18:21 UTC (7+ messages)
` [PATCH v2 2/3] perf parse-event: Add init and exit to parse_event_error
` [PATCH v2 3/3] perf metric: Fix memory leaks
[PATCH] perf stat: Fix memory leak on error path
2021-11-07 15:33 UTC (2+ messages)
[PATCH] perf metric: Fix memory leaks
2021-11-07 9:05 UTC (3+ messages)
[PATCH 0/3] perf inject: Add vmlinux and ignore-vmlinux arguments
2021-11-06 19:53 UTC (6+ messages)
` [PATCH 1/3] perf tools: Refactor out kernel symbol argument sanity checking
` [PATCH 3/3] perf inject: Add vmlinux and ignore-vmlinux arguments
[PATCH 0/3] perf arm-spe: Track pid/tid for Arm SPE samples
2021-11-06 19:49 UTC (9+ messages)
` [PATCH 1/3] perf arm-spe: Track task context switch for cpu-mode events
` [PATCH 2/3] perf arm-spe: Save context ID in record
` [PATCH 3/3] perf arm-spe: Support hardware-based PID tracing
[PATCH] perf symbol: ignore $a/$d symbols for ARM modules
2021-11-06 19:48 UTC (12+ messages)
` [PATCH v2 0/2] kallsyms: Ignore $a/$d symbols in kallsyms for ARM
` [PATCH v2 1/2] perf symbol: ignore $a/$d symbols for ARM modules
` [PATCH v2 2/2] kallsyms: ignore arm mapping symbols when loading module
[PATCH] perf/test: Test case 27 broken on s390 in linux-next
2021-11-06 19:32 UTC (2+ messages)
[PATCH] perf tools: Enable warnings through HOSTCFLAGS
2021-11-06 19:27 UTC (3+ messages)
[PATCH 1/2] perf bpf: Avoid memory leak from perf_env__insert_btf
2021-11-06 19:03 UTC (4+ messages)
` [PATCH 2/2] perf bpf: Add missing free to bpf_event__print_bpf_prog_info
[PATCH v7 00/11] extend task comm from 16 to 24
2021-11-06 11:29 UTC (31+ messages)
` [PATCH v7 01/11] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH v7 02/11] fs/exec: make __get_task_comm always get "
` [PATCH v7 03/11] sched.h: use __must_be_array instead of BUILD_BUG_ON in get_task_comm
` [PATCH v7 04/11] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v7 05/11] fs/binfmt_elf: make prpsinfo "
` [PATCH v7 06/11] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v7 07/11] tools/bpf/bpftool/skeleton: "
` [PATCH v7 08/11] tools/perf/test: make perf test "
` [PATCH v7 09/11] tools/testing/selftests/bpf: make it "
` [PATCH v7 10/11] sched.h: extend task comm from 16 to 24
` [PATCH v7 11/11] kernel/kthread: show a warning if kthread's comm is truncated
Using perf_event_open() to sample multiple events of a process
2021-11-06 0:59 UTC (4+ messages)
[PATCH 0/7] New function and literals for metrics
2021-11-05 17:09 UTC (8+ messages)
` [PATCH 1/7] perf test: Add expr test for events with hyphens
` [PATCH 2/7] perf cputopo: Update to use pakage_cpus
` [PATCH 3/7] perf cputopo: Match die_siblings to topology ABI name
` [PATCH 4/7] perf cputopo: Match thread_siblings "
` [PATCH 5/7] perf expr: Add literal values starting with #
` [PATCH 6/7] perf expr: Add metric literals for topology
` [PATCH 7/7] perf expr: Add source_count for aggregating events
[PATCH 0/1] perf arm-spe: Inject SPE samples in perf-inject
2021-11-05 10:41 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
2021-11-04 14:18 UTC (4+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
[PATCH v3 00/22] Start aligning perf test with kunit style
2021-11-04 13:51 UTC (24+ messages)
` [PATCH v3 01/22] perf test: Use macro for "suite" declarations
` [PATCH v3 02/22] perf test: Use macro for "suite" definitions
` [PATCH v3 03/22] perf test: Make each test/suite its own struct
` [PATCH v3 04/22] perf test: Move each test suite struct to its test
` [PATCH v3 05/22] perf test: Rename struct test to test_suite
` [PATCH v3 06/22] perf test: Add helper functions for abstraction
` [PATCH v3 07/22] perf test: Add test case struct
` [PATCH v3 08/22] perf test: Add skip reason to test case
` [PATCH v3 09/22] perf test: Convert pfm tests to use test cases
` [PATCH v3 10/22] perf test: Convert pmu event tests to "
` [PATCH v3 11/22] perf test: Convert watch point "
` [PATCH v3 12/22] perf test: Convert clang "
` [PATCH v3 13/22] perf test: Convert bpf "
` [PATCH v3 14/22] perf test: Convert llvm "
` [PATCH v3 15/22] perf test: Remove now unused subtest helpers
` [PATCH v3 16/22] perf test: bp tests use test case
` [PATCH v3 17/22] perf test: Convert time to tsc test to "
` [PATCH v3 18/22] perf test: Remove non test case style support
` [PATCH v3 19/22] perf test: BP tests, remove is_supported use
` [PATCH v3 20/22] perf test: TSC test, "
` [PATCH v3 21/22] perf test: Remove is_supported function
` [PATCH v3 22/22] perf test: Remove skip_if_fail
[PATCH v2 1/2] tools: Bump minimum LLVM C++ std to GNU++14
2021-11-04 12:41 UTC (4+ messages)
[PATCH] x86/events/intel: replace snprintf in show functions with sysfs_emit
2021-11-04 11:51 UTC
[PATCH] perf/x86/vlbr: Add c->flags to vlbr event constraints
2021-11-04 2:35 UTC (2+ messages)
[PATCH v2 00/22] Start aligning perf test with kunit style
2021-11-03 19:15 UTC (6+ messages)
[PATCH v3 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
2021-11-03 18:50 UTC (4+ messages)
[PATCH] kernel: events: replace snprintf in show functions with sysfs_emit
2021-11-03 8:24 UTC
Hi, I want to contribute to Perf
2021-11-02 22:19 UTC
[PATCH 1/5] perf cs-etm: Print size using consistent format
2021-11-02 15:37 UTC (5+ messages)
` [PATCH 5/5] perf arm-spe: Snapshot mode test
[PATCH 4/5] perf arm-spe: Implement find_snapshot callback
2021-11-02 11:02 UTC (12+ messages)
[GIT PULL] perf tools fixes for v5.15: 5th batch
2021-10-31 19:24 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
2021-10-31 17:13 UTC (4+ messages)
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
2021-10-29 12:25 UTC (11+ messages)
` [v4 06/11] dt-binding: pmu: Add RISC-V PMU DT bindings
` [v4 10/11] riscv: dts: fu740: Add pmu node
[PATCH v6 00/12] extend task comm from 16 to 24
2021-10-29 7:44 UTC (23+ messages)
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task comm size change
` [PATCH v6 10/12] tools/testing/selftests/bpf: "
` [PATCH v6 11/12] sched.h: extend task comm from 16 to 24
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated
[PATCH 0/3] Fix various bash constructs in tests
2021-10-28 13:48 UTC (4+ messages)
` [PATCH 1/3] perf test: Remove bash construct from stat_bpf_counters.sh test
` [PATCH 2/3] perf tests: Remove bash construct from record+zstd_comp_decomp.sh
` [PATCH 3/3] perf tests: Remove bash constructs from stat_all_pmu.sh
[PATCH v3 1/2] tools/perf: Add bitfield_swap to handle branch_stack endian issue
2021-10-28 12:32 UTC (3+ messages)
` [PATCH v3 2/2] tools/perf/test: Add endian test for struct branch_flags
[PATCH v2 0/2] perf jevents: Enable build warnings
2021-10-28 11:40 UTC (9+ messages)
` [PATCH v2 2/2] perf jevents: Enable warnings through HOSTCFLAGS
[PATCH v2] perf vendor events power10: Add metric events json file for power10 platform
2021-10-28 9:04 UTC (7+ messages)
[PATCH v2 1/2] tools/perf: Add bitfield_swap to handle branch_stack endian issue
2021-10-28 7:19 UTC (7+ messages)
[PATCH] perf script: Show binary offsets for userspace addr
2021-10-27 23:58 UTC (3+ messages)
[PATCH v5 1/4] perf bench futex: Call the futex syscall from a function
2021-10-27 23:56 UTC (2+ messages)
[PATCH v12 0/5] Another version of arm64 userspace counter access support
2021-10-27 20:16 UTC (6+ messages)
` [PATCH v12 1/5] x86: perf: Move RDPMC event flag to a common definition
` [PATCH v12 2/5] perf: Add a counter for number of user access events in context
` [PATCH v12 3/5] arm64: perf: Add userspace counter access disable switch
` [PATCH v12 4/5] arm64: perf: Enable PMU counter userspace access for perf event
` [PATCH v12 5/5] Documentation: arm64: Document PMU counters access from userspace
[PATCH] perf tools: Fix compilation on powerpc
2021-10-27 19:59 UTC (3+ messages)
[PATCH v11 0/5] arm64 userspace counter support
2021-10-27 12:20 UTC (6+ messages)
` [PATCH v11 4/5] arm64: perf: Enable PMU counter userspace access for perf event
[PATCH RESEND] tools/build: drop slang include path in test-all
2021-10-26 14:25 UTC (3+ messages)
[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
2021-10-26 14:18 UTC (2+ messages)
[PATCH v2 00/21] perf metric: Fixes and allow modifiers
2021-10-26 8:18 UTC (11+ messages)
` [PATCH v2 02/21] perf pmu: Add const to pmu_events_map
` [PATCH v2 03/21] perf pmu: Make pmu_sys_event_tables const
` [PATCH v2 04/21] perf pmu: Make pmu_event tables const
` [PATCH v2 05/21] perf metric: Move runtime value to the expr context
` [PATCH v2 06/21] perf metric: Add documentation and rename a variable
[PATCH: Fix for_each_set_bit(u64) build on 32-bit arches, was perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
2021-10-26 5:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).