summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2024-06-20 11:17:28 -0700
committerNamhyung Kim <namhyung@kernel.org>2024-06-20 16:54:03 -0700
commitb59307d0ed13cd9abc975bd3e6e583432ba5ecd6 (patch)
tree67e29f7426563b4fd9646d4249de3f8d212fc379 /tools/perf/scripts/python/flamegraph.py
parent917f63ad758076cb6261bda1d05e98a673947c95 (diff)
downloadkernel-b59307d0ed13cd9abc975bd3e6e583432ba5ecd6.tar.gz
perf vendor events: Add haswell counter information
Add counter information necessary for optimizing event grouping the perf tool. The most recent RFC patch set using this information: https://lore.kernel.org/lkml/20240412210756.309828-1-weilin.wang@intel.com/ The information was added in: https://github.com/intel/perfmon/commit/475892a9690cb048949e593fe39cee65cd4765e1 and later patches. Co-authored-by: Weilin Wang <weilin.wang@intel.com> Co-authored-by: Caleb Biggers <caleb.biggers@intel.com> Signed-off-by: Ian Rogers <irogers@google.com> Reviewed-by: Kan Liang <kan.liang@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20240620181752.3945845-15-irogers@google.com
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
ngeset when of_overlay_apply returns errorFrank Rowand 2022-05-03of: overlay: add entry to of_overlay_action_name[]Frank Rowand 2022-04-25of: overlay: rework overlay apply and remove kfree()sFrank Rowand 2022-04-25of: overlay: rename variables to be consistentFrank Rowand 2022-04-25of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá 2021-05-03of: overlay: Remove redundant assignment to retJiapeng Chong 2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2021-04-21of: overlay: Fix kerneldoc warning in of_overlay_remove()Rob Herring 2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand 2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand 2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring 2021-03-24of: overlay: fix for_each_child.cocci warningskernel test robot 2021-03-23of: overlay: Fix function name disparityLee Jones