Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2022-11-08 23:16:19 to 2022-11-14 21:09:21 UTC [more...]

[PATCH v3 00/10] Restructure perf list and add json output
 2022-11-14 21:07 UTC  (8+ messages)
` [PATCH v3 01/10] perf pmu: Remove is_hybrid member
` [PATCH v3 02/10] perf pmu: Add documentation
` [PATCH v3 03/10] tools lib api fs tracing_path: Add scandir alphasort
` [PATCH v3 04/10] perf tracepoint: Sort events in iterator
` [PATCH v3 05/10] perf list: Generalize limiting to a PMU name
` [PATCH v3 06/10] perf list: Simplify cache event printing
` [PATCH v3 07/10] perf list: Simplify symbol "

[PATCH v2 00/14] Fix perf tools/lib includes
 2022-11-14 20:18 UTC  (21+ messages)
` [PATCH v2 01/14] tools lib api: Add install target
` [PATCH v2 02/14] tools lib subcmd: "
` [PATCH v2 03/14] perf build: Install libsubcmd locally when building
` [PATCH v2 04/14] perf build: Install libapi "
` [PATCH v2 05/14] perf build: Install libperf "
` [PATCH v2 06/14] perf build: Install libtraceevent "
` [PATCH v2 07/14] tools lib api: Add missing install headers
` [PATCH v2 08/14] tools lib perf: "
` [PATCH v2 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v2 10/14] perf build: Install libsymbol locally when building
` [PATCH v2 11/14] perf expr: Tidy hashmap dependency
` [PATCH v2 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v2 13/14] perf cpumap: Tidy libperf includes
` [PATCH v2 14/14] perf build: Use tools/lib headers from install path

[PATCH v1 0/9] Restructure perf list and add json output
 2022-11-14 19:00 UTC  (24+ messages)
` [PATCH v1 1/9] perf pmu: Add documentation
` [PATCH v1 2/9] tools lib api fs tracing_path: Add scandir alphasort
` [PATCH v1 3/9] perf tracepoint: Sort events in iterator
` [PATCH v1 4/9] perf list: Generalize limiting to a PMU name
` [PATCH v1 5/9] perf list: Simplify cache event printing
` [PATCH v1 6/9] perf list: Simplify symbol "
` [PATCH v1 7/9] perf pmu: Restructure print_pmu_events
` [PATCH v1 8/9] perf list: Reorganize to use callbacks
` [PATCH v1 9/9] perf list: Add json output option

[PATCHSET 00/11] perf stat: Cleanup perf stat output display (v2)
 2022-11-14 18:21 UTC  (17+ messages)
` [PATCH 01/11] perf stat: Fix crash with --per-node --metric-only in CSV mode
` [PATCH 02/11] perf stat: Move common code in print_metric_headers()
` [PATCH 03/11] perf stat: Fix --metric-only --json output
` [PATCH 04/11] perf stat: Increase metric length to align outputs
` [PATCH 05/11] perf stat: Clear screen only if output file is a tty
` [PATCH 06/11] perf stat: Do not indent headers for JSON
` [PATCH 07/11] perf stat: Add header for interval in JSON output
` [PATCH 08/11] perf stat: Fix condition in print_interval()
` [PATCH 09/11] perf stat: Consolidate condition to print metrics
` [PATCH 10/11] perf stat: Fix summary output in CSV with --metric-only
` [PATCH 11/11] perf stat: Add missing separator in the CSV header

[PATCH v2 0/9] Restructure perf list and add json output
 2022-11-14 18:12 UTC  (10+ messages)
` [PATCH v2 1/9] perf pmu: Add documentation
` [PATCH v2 2/9] tools lib api fs tracing_path: Add scandir alphasort
` [PATCH v2 3/9] perf tracepoint: Sort events in iterator
` [PATCH v2 4/9] perf list: Generalize limiting to a PMU name
` [PATCH v2 5/9] perf list: Simplify cache event printing
` [PATCH v2 6/9] perf list: Simplify symbol "
` [PATCH v2 7/9] perf pmu: Restructure print_pmu_events
` [PATCH v2 8/9] perf list: Reorganize to use callbacks
` [PATCH v2 9/9] perf list: Add json output option

[PATCH v3 3/3] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
 2022-11-14 12:46 UTC  (2+ messages)

[PATCH] perf/x86/intel/pt: Fix sampling using single range output
 2022-11-14 12:59 UTC  (4+ messages)

[PATCH v2] perf list: Add PMU pai_ext event description for IBM z16
 2022-11-14 16:06 UTC  (2+ messages)

[PATCH RFC 0/6] Add metrics for neoverse-n2
 2022-11-14 12:59 UTC  (10+ messages)
` [RFC PATCH v2 "
` [RFC PATCH v2 1/6] perf vendor events arm64: Add topdown L1 "
  ` [External] : "
` [RFC PATCH v2 2/6] perf vendor events arm64: Add TLB "
` [RFC PATCH v2 3/6] perf vendor events arm64: Add cache "
` [RFC PATCH v2 4/6] perf vendor events arm64: Add branch "
` [RFC PATCH v2 5/6] perf vendor events arm64: Add PE utilization "
` [RFC PATCH v2 6/6] perf vendor events arm64: Add instruction mix "

[PATCHSET 00/12] perf test: Add test workloads (v2)
 2022-11-14 11:14 UTC  (23+ messages)
` [PATCH 01/12] perf test: Add -w/--workload option
` [PATCH 02/12] perf test: Replace pipe test workload with noploop
` [PATCH 03/12] perf test: Add 'thloop' test workload
` [PATCH 04/12] perf test: Replace record test workload with thloop
` [PATCH 05/12] perf test: Add 'leafloop' test workload
` [PATCH 06/12] perf test: Replace arm callgraph fp test workload with leafloop
` [PATCH 07/12] perf test: Add 'sqrtloop' test workload
` [PATCH 08/12] perf test: Replace arm spe fork test workload with sqrtloop
` [PATCH 09/12] perf test: Add 'brstack' test workload
` [PATCH 10/12] perf test: Replace brstack "
` [PATCH 11/12] perf test: Add 'datasym' "
` [PATCH 12/12] perf test: Replace data symbol test workload with datasym

[PATCH] arch/x86/events/amd/core.c: Return -ENODEV when CPU does not have PERFCTL_CORE bit
 2022-11-14 10:52 UTC  (5+ messages)

[PATCH bpf] perf, bpf: Use subprog name when reporting subprog ksymbol
 2022-11-14 10:36 UTC  (2+ messages)

[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
 2022-11-14  9:30 UTC  (6+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "

[PATCH -next] perf: Fix IS_ERR() vs NULL check in inherit_event()
 2022-11-14  9:18 UTC 

[PATCH V2] tools/perf: Fix printing field separator in CSV metrics output
 2022-11-14  8:55 UTC 

Perf: BUG: kernel NULL pointer dereference, address: 0000000000000198
 2022-11-14  4:40 UTC  (2+ messages)
` [PATCH] perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling

[GIT PULL] perf tools fixes for v6.1: 2nd batch
 2022-11-11 18:03 UTC  (2+ messages)

[PATCH v1 0/7] Fix perf trace libbpf 1.0+ compatibility
 2022-11-11 12:09 UTC  (2+ messages)

[PATCH] perf: Fix possible memleak in pmu_dev_alloc()
 2022-11-11 10:36 UTC 

[PATCH] perf: remove unneeded assignment in find_get_context()
 2022-11-11  7:26 UTC 

[PATCH] perf: Fix perf_event_{init,exit}_cpu stubs
 2022-11-10 19:05 UTC  (4+ messages)

[PATCH v2] perf jevents: Parse metrics during conversion
 2022-11-10 18:48 UTC  (3+ messages)
  ` RFC "

[PATCH] perf vendor events: Add Arm Neoverse V2 PMU events
 2022-11-10 18:41 UTC  (3+ messages)

[RFC PATCH v1] perf data: Add fields when converting to json
 2022-11-10 18:37 UTC  (4+ messages)

[PATCH] perf lock: Allow concurrent record and report
 2022-11-10 18:34 UTC  (3+ messages)

[PATCHSET 00/12] perf test: Add test workloads (v1)
 2022-11-10 17:48 UTC  (21+ messages)
` [PATCH 01/12] perf test: Add -w/--workload option
` [PATCH 02/12] perf test: Replace pipe test workload with noploop
` [PATCH 03/12] perf test: Add 'thloop' test workload
` [PATCH 04/12] perf test: Replace record test workload with thloop
` [PATCH 05/12] perf test: Add 'leafloop' test workload
` [PATCH 06/12] perf test: Replace arm callgraph fp test workload with leafloop
` [PATCH 07/12] perf test: Add 'sqrtloop' test workload
` [PATCH 08/12] perf test: Replace arm spe fork test workload with sqrtloop
` [PATCH 09/12] perf test: Add 'brstack' test workload
` [PATCH 10/12] perf test: Replace brstack "
` [PATCH 11/12] perf test: Add 'datasym' "
` [PATCH 12/12] perf test: Replace data symbol test workload with datasym

[PATCH v5 0/4] perf: Add more syscalls to benchmark
 2022-11-10  3:50 UTC  (5+ messages)
` [PATCH v5 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h
` [PATCH v5 2/4] perf bench syscall: Introduce bench_syscall_common()
` [PATCH v5 3/4] perf bench syscall: Add getpgid syscall benchmark
` [PATCH v5 4/4] perf bench syscall: Add execve "

[PATCH v4 0/4] perf: Add more syscalls to benchmark
 2022-11-10  1:58 UTC  (7+ messages)
` [PATCH v4 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h
` [PATCH v4 2/4] perf bench syscall: Introduce bench_syscall_common()
` [PATCH v4 3/4] perf bench syscall: Add getpgrp syscall benchmark
` [PATCH v4 4/4] perf bench syscall: Add execve "

[PATCHSET 0/9] perf stat: Cleanup perf stat output display (v1)
 2022-11-09 18:33 UTC  (20+ messages)
` [PATCH 3/9] perf stat: Clear screen only if output file is a tty
` [PATCH 4/9] perf stat: Move common code in print_metric_headers()
` [PATCH 5/9] perf stat: Fix --metric-only --json output
` [PATCH 6/9] perf stat: Do not indent headers for JSON
` [PATCH 7/9] perf stat: Add header for interval in JSON output
` [PATCH 8/9] perf stat: Fix condition in print_interval()
` [PATCH 9/9] perf stat: Consolidate condition to print metrics

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-09 18:27 UTC  (6+ messages)

[PATCH 0/3] perf: intel-pt: Add hybrid CPU compatibility test
 2022-11-09 18:21 UTC  (3+ messages)

[PATCH v5 00/14] coresight: Add new API to allocate trace source ID values
 2022-11-09 12:07 UTC  (9+ messages)
` [PATCH v5 09/14] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v5 10/14] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v5 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v5 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH V5 0/7] arm64/perf: Enable branch stack sampling
 2022-11-09 11:30 UTC  (5+ messages)
` [PATCH V5 2/7] arm64/perf: Update struct arm_pmu for BRBE
` [PATCH V5 6/7] arm64/perf: Add BRBE driver

[PATCH v2] perf data: Add fields when converting to json
 2022-11-09 10:39 UTC 

[PATCH] tools/perf: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
 2022-11-08 23:35 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox