linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-14 12:03:51 to 2023-05-19 07:17:57 UTC [more...]

[PATCH] perf bench syscall: Fix __NR_execve undeclared build error
 2023-05-19  7:17 UTC 

[PATCH v2 1/2] perf expr: Make the evaluation of & and | logical and lazy
 2023-05-19  6:37 UTC  (2+ messages)
` [PATCH v2 2/2] perf stat: Document --metric-no-threshold and threshold colors

[PATCH v4 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-19  1:19 UTC  (7+ messages)
` [PATCH v4 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH v4 2/4] perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0
` [PATCH v4 3/4] perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fprintf()
` [PATCH v4 4/4] perf tools: Add printing perf_event_attr config "

[PATCH v1 1/2] perf expr: Make the evaluation of & and | logical and lazy
 2023-05-18 19:52 UTC  (6+ messages)
` [PATCH v1 2/2] perf stat: Document --metric-no-threshold and threshold colors

[PATCH v1 1/2] perf test attr: Update no event/metric expectations
 2023-05-18 17:59 UTC  (13+ messages)
` [PATCH v1 2/2] perf test attr: Fix deprecation warning

Problem running perf using Intel-PT with snapshots
 2023-05-18 17:56 UTC  (3+ messages)

[PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
 2023-05-18 16:31 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 798d276b39e984345d52b933a900a71fa0815928
 2023-05-18 16:01 UTC 

[PATCH] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-05-18 12:16 UTC  (8+ messages)

[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-05-18 12:09 UTC  (3+ messages)

next: perf: i386: bench/syscall.c:101:22: error: '__NR_execve' undeclared (first use in this function)
 2023-05-18  8:46 UTC  (3+ messages)

[PATCH] perf: test: Add support for testing JSON generated by perf data command
 2023-05-18  6:03 UTC  (3+ messages)

[PATCH v4 0/5] perf stat: Add option to aggregate data based on the cache topology
 2023-05-18  2:13 UTC  (8+ messages)
` [PATCH v4 1/5] perf: Extract building cache level for a CPU into separate function
` [PATCH v4 2/5] perf stat: Setup the foundation to allow aggregation based on cache topology
` [PATCH v4 3/5] perf stat: Save cache level information when running perf stat record
` [PATCH v4 4/5] perf stat: Add "--per-cache" aggregation option and document the same
` [PATCH v4 5/5] pert stat: Add tests for the "--per-cache" option

[PATCH v3 00/15] Event, metric and metric group improvements
 2023-05-17 20:26 UTC  (7+ messages)
` [PATCH v3 04/15] perf vendor events intel: Update elkhartlake events
` [PATCH v3 08/15] perf vendor events intel: Update jaketown metrics
` [PATCH v3 09/15] perf vendor events intel: Update sandybridge metrics
` [PATCH v3 12/15] perf vendor events intel: Update snowridgex events
` [PATCH v3 14/15] perf jevents: Add support for metricgroup descriptions

[PATCH v6 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-17 19:25 UTC 

[linux-next:master] BUILD REGRESSION 065efa589871e93b6610c70c1e9de274ef1f1ba2
 2023-05-17 17:28 UTC 

missing symbol names in perf top but not in perf record/report
 2023-05-17 16:22 UTC  (3+ messages)

[PATCH v2 00/15] Event, metric and metric group improvements
 2023-05-17 15:49 UTC  (7+ messages)
` [PATCH v2 04/15] perf vendor events intel: Update elkhartlake events
` [PATCH v2 08/15] perf vendor events intel: Update jaketown metrics
` [PATCH v2 09/15] perf vendor events intel: Update sandybridge metrics
` [PATCH v2 12/15] perf vendor events intel: Update snowridgex events
` [PATCH v2 14/15] perf jevents: Add support for metricgroup descriptions
  ` [PATCH v2 15/15] perf vendor events intel: Add metricgroup descriptions for all models

[PATCH v1 00/23] PMU refactoring and improvements
 2023-05-17 14:58 UTC  (24+ messages)
` [PATCH v1 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v1 02/23] perf evlist: Remove evlist__warn_hybrid_group
` [PATCH v1 03/23] perf evlist: Remove __evlist__add_default
` [PATCH v1 04/23] perf evlist: Reduce scope of evlist__has_hybrid
` [PATCH v1 05/23] perf pmu: Remove perf_pmu__hybrid_mounted
` [PATCH v1 06/23] perf pmu: Detect ARM and hybrid PMUs with sysfs
` [PATCH v1 07/23] perf pmu: Add is_core to pmu
` [PATCH v1 08/23] perf pmu: Rewrite perf_pmu__has_hybrid to avoid list
` [PATCH v1 09/23] perf x86: Iterate hybrid PMUs as core PMUs
` [PATCH v1 10/23] perf topology: Avoid hybrid list for hybrid topology
` [PATCH v1 11/23] perf evsel: Compute is_hybrid from PMU being core
` [PATCH v1 12/23] perf header: Avoid hybrid PMU list in write_pmu_caps
` [PATCH v1 13/23] perf metrics: Remove perf_pmu__is_hybrid use
` [PATCH v1 14/23] perf stat: Avoid hybrid PMU list
` [PATCH v1 15/23] perf mem: "
` [PATCH v1 16/23] perf pmu: Remove perf_pmu__hybrid_pmus list
` [PATCH v1 17/23] perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
` [PATCH v1 18/23] perf x86 mem: minor refactor to is_mem_loads_aux_event
` [PATCH v1 19/23] perf pmu: Separate pmu and pmus
` [PATCH v1 20/23] perf pmus: Split pmus list into core and uncore
` [PATCH v1 21/23] perf pmus: Allow just core PMU scanning
` [PATCH v1 22/23] perf pmus: Avoid repeated sysfs scanning
` [PATCH v1 23/23] perf pmus: Ensure all PMUs are read for find_by_type

[PATCH] perf pmu: Replace all non-returning strlcpy with strscpy
 2023-05-17 13:25 UTC  (4+ messages)

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-17  8:26 UTC  (15+ messages)

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-05-17  7:41 UTC  (3+ messages)
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg

[PATCH V2] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-05-17  9:04 UTC  (3+ messages)

[PATCH 1/2] perf tools riscv: Allow get_cpuid return empty MARCH and MIMP
 2023-05-17  5:16 UTC  (11+ messages)
` [PATCH 2/2] perf vendor events riscv: add T-HEAD C9xx JSON file
        ` RESEND "

[PATCH V10 00/10] arm64/perf: Enable branch stack sampling
 2023-05-17  2:24 UTC  (11+ messages)
` [PATCH V10 01/10] drivers: perf: arm_pmu: Add new sched_task() callback
` [PATCH V10 02/10] arm64/perf: Add BRBE registers and fields
` [PATCH V10 03/10] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V10 04/10] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V10 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V10 06/10] arm64/perf: Enable branch stack events via FEAT_BRBE
` [PATCH V10 07/10] arm64/perf: Add PERF_ATTACH_TASK_DATA to events with has_branch_stack()
` [PATCH V10 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V10 09/10] arm64/perf: Implement branch records save on task sched out
` [PATCH V10 10/10] arm64/perf: Implement branch records save on PMU IRQ

[PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-16 22:02 UTC  (5+ messages)

[PATCH v1 00/15] Event, metric and metric group improvements
 2023-05-16 21:41 UTC  (9+ messages)
` [PATCH v1 04/15] perf vendor events intel: Update elkhartlake events
` [PATCH v1 08/15] perf vendor events intel: Update jaketown metrics
` [PATCH v1 09/15] perf vendor events intel: Update sandybridge metrics
` [PATCH v1 12/15] perf vendor events intel: Update snowridgex events
` [PATCH v1 14/15] perf jevents: Add support for metricgroup descriptions
  ` [PATCH v1 15/15] perf vendor events intel: Add metricgroup descriptions for all models

[PATCH v4 00/44] Fix perf on Intel hybrid CPUs
 2023-05-16 18:19 UTC  (7+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 885df05bf634d589fbf030c3751614eaa453fb5d
 2023-05-16 17:36 UTC 

[PATCH v1] perf metrics: Avoid segv with --topdown
 2023-05-16 17:14 UTC  (2+ messages)

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-05-16 10:09 UTC  (11+ messages)
` [PATCH v8 07/10] kgdb: Expose default CPUs roundup fallback mechanism
` [PATCH v8 09/10] arm64: kgdb: Roundup cpus using IPI as NMI

[PATCH 0/2] perf: add T-HEAD C9xx series cpu support
 2023-05-16 10:32 UTC  (3+ messages)

[PATCH v2 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-16  7:01 UTC  (13+ messages)
` [PATCH v2 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH v2 3/4] perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fprintf()
` [PATCH v2 4/4] perf tools: Add printing perf_event_attr config "

[PATCH v3 0/9] perf/mem: AMD IBS and generic tools improvements
 2023-05-16  2:45 UTC  (4+ messages)

[PATCH] perf vendor events arm64: Add AmpereOne core pmu events
 2023-05-15 21:36 UTC  (4+ messages)

[PATCH v4 0/4] perf: Rework event forwarding logic
 2023-05-15 21:33 UTC  (5+ messages)
` [PATCH v4 4/4] perf test: Add selftest to test IBS invocation via core pmu events

[PATCH] perf: ftrace: flush output after each writing
 2023-05-15 21:30 UTC  (2+ messages)

[PATCH 1/3] perf annotate: Handle more instructions on x86
 2023-05-15 20:55 UTC  (8+ messages)
` [PATCH 2/3] perf annotate: Parse x86 SIB addressing properly
` [PATCH 3/3] perf annotate browser: Add '<' and '>' keys for navigation

[PATCH v2 0/2] perf doc improvements to man page reproducibility
 2023-05-15 20:49 UTC  (2+ messages)

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-15 17:50 UTC  (2+ messages)

[PATCH v2] perf arm: Fix include path
 2023-05-15 16:50 UTC 

uapi vs kernel headers
 2023-05-15 16:21 UTC  (4+ messages)

[PATCH v1] perf test: Add cputype testing to perf stat
 2023-05-15 12:19 UTC  (2+ messages)

[PATCH v3 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-15  8:57 UTC  (5+ messages)
` [PATCH v3 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH v3 2/4] perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0
` [PATCH v3 3/4] perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fprintf()
` [PATCH v3 4/4] perf tools: Add printing perf_event_attr config "

[PATCH V9 00/10] arm64/perf: Enable branch stack sampling
 2023-05-15  6:24 UTC  (6+ messages)
` [PATCH V9 02/10] arm64/perf: Add BRBE registers and fields

[PATCH v2 00/17] tools perf: fix build warnings
 2023-05-15 11:08 UTC  (6+ messages)
` [PATCH v2 17/17] tools arch arm64: Sync the perf_regs headers with the kernel sources


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).