summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-01-28perf jevents: Add mem_bw metric for IntelIan Rogers
2026-01-28perf jevents: Add Miss Level Parallelism (MLP) metric for IntelIan Rogers
2026-01-28perf jevents: Add FPU metrics for IntelIan Rogers
2026-01-28perf jevents: Add context switch metrics for IntelIan Rogers
2026-01-28perf jevents: Add ILP metrics for IntelIan Rogers
2026-01-28perf jevents: Add load store breakdown metrics ldst for IntelIan Rogers
2026-01-28perf jevents: Add L2 metrics for IntelIan Rogers
2026-01-28perf jevents: Add ports metric group giving utilization on IntelIan Rogers
2026-01-28perf jevents: Add software prefetch (swpf) metric group for IntelIan Rogers
2026-01-28perf jevents: Add br metric group for branch statistics on IntelIan Rogers
2026-01-28perf jevents: Add tsx metric group for Intel modelsIan Rogers
2026-01-28perf jevents: Mark metrics with experimental events as experimentalIan Rogers
2026-01-28perf jevents: Add smi metric group for Intel modelsIan Rogers
2026-01-28perf jevents: Add CheckPmu to see if a PMU is in loaded JSON eventsIan Rogers
2026-01-28perf jevents: Add idle metric for Intel modelsIan Rogers
2026-01-28perf jevents: Add RAPL metrics for all Intel modelsIan Rogers
2026-01-28perf jevents: Add context switch metrics for AMDIan Rogers
2026-01-28perf jevents: Add load store breakdown metrics ldst for AMDIan Rogers
2026-01-28perf jevents: Add uncore l3 metric group for AMDIan Rogers
2026-01-28perf jevents: Add dtlb metric group for AMDIan Rogers
2026-01-28perf jevents: Add itlb metric group for AMDIan Rogers
2026-01-28perf jevents: Add br metric group for branch statistics on AMDIan Rogers
2026-01-28perf jevents: Add upc metric for uops per cycle for AMDIan Rogers
2026-01-28perf jevents: Add idle metric for AMD zen modelsIan Rogers
2026-01-28perf jevents: Add RAPL event metric for AMD zen modelsIan Rogers
2026-01-28perf jevents: Add load event JSON to verify and allow fallbacksIan Rogers
2026-01-28perf jevents: Build support for generating metrics from pythonIan Rogers
2026-01-28perf: Remove redundant kernel.h includeLeo Yan
2026-01-28perf sched stats: Fixes in man pageSwapnil Sapkal
2026-01-28perf sched stats: Define macro for SEP_LENSwapnil Sapkal
2026-01-28perf sched stats: correct spelling of function nameSwapnil Sapkal
2026-01-28perf sched stats: Add NULL check for cd_mapSwapnil Sapkal
2026-01-28perf util: Fix NULL check in cpumask_to_cpulist()Swapnil Sapkal
2026-01-28perf header: Replace hardcoded max cpus by MAX_NR_CPUSSwapnil Sapkal
2026-01-27perf jevents: Handle deleted JSONS in out of source buildsJames Clark
2026-01-27perf strlist: Remove dont_dupstr logic, used only onceArnaldo Carvalho de Melo
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers