summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2022-10-17 19:02:16 -0700
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-10-27 16:37:25 -0300
commitf976bc6b6bfc9b14eeaf9a8859191c8f85c253dc (patch)
treed31c7bce986a7920a96fd94052c9bc3492c2ca24 /tools/perf/scripts/python/bin/stackcollapse-record
parent1f297a6eb2bd90663518cbb6e9e2a3b2add34b73 (diff)
downloadkernel-f976bc6b6bfc9b14eeaf9a8859191c8f85c253dc.tar.gz
perf stat: Aggregate events using evsel->stats->aggr
Add a logic to aggregate counter values to the new evsel->stats->aggr. This is not used yet so shadow stats are not updated. But later patch will convert the existing code to use it. With that, we don't need to handle AGGR_GLOBAL specially anymore. It can use the same logic with counts, prev_counts and aggr_counts. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Athira Jajeev <atrajeev@linux.vnet.ibm.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Leo Yan <leo.yan@linaro.org> Cc: Michael Petlan <mpetlan@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20221018020227.85905-10-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
sion logicThomas Gleixner 2024-02-15x86/cpu/topology: Use a data structure for topology infoThomas Gleixner 2024-02-15x86/cpu/topology: Simplify APIC registrationThomas Gleixner 2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner 2024-02-15x86/mpparse: Use new APIC registration functionThomas Gleixner 2024-02-15x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner 2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner 2024-02-15x86/cpu: Remove topology.cThomas Gleixner 2024-02-15x86/cpu: Use common topology code for IntelThomas Gleixner 2024-02-15x86/cpu: Move __max_die_per_package to common.cThomas Gleixner 2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner 2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner 2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner 2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner 2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui 2022-10-17x86/topology: Fix duplicated core ID within a packageZhang Rui 2022-10-17x86/topology: Fix multiple packages shown on a single-package systemZhang Rui