summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2025-05-03tools/perf: Allow to select the number of hash bucketsSebastian Andrzej Siewior-1/+101
2025-05-02perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers-16/+18
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim-0/+46
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim-0/+41
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim-2/+113
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim-2/+36
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim-17/+61
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim-12/+202
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim-2/+75
2025-05-02perf hist: Add struct he_mem_statNamhyung Kim-0/+83
2025-05-02perf hist: Support multi-line headerNamhyung Kim-34/+64
2025-05-02perf record: Add --sample-mem-info optionNamhyung Kim-2/+14
2025-05-02perf hist: Remove output field from sort-list properlyNamhyung Kim-10/+5
2025-05-02perf test perf-report-hierarchy: Add new testArnaldo Carvalho de Melo-0/+43
2025-04-29perf test amd ibs: Add sample period unit testRavi Bangoria-0/+1007
2025-04-29perf mem/c2c amd: Add ldlat supportRavi Bangoria-10/+83
2025-04-29perf amd ibs: Incorporate Zen5 DTLB and PageSize informationRavi Bangoria-12/+51
2025-04-29perf amd ibs: Add Load Latency bits in raw dumpRavi Bangoria-2/+21
2025-04-29perf symbols: Handle 'u' and 'l' symbols in /proc/kallsymsArnaldo Carvalho de Melo-3/+5
2025-04-29perf tools: Fix in-source libperf buildJames Clark-1/+1
2025-04-29perf test probe_vfs_getname: Skip if no suitable line detectedJakub Brnak-5/+28
2025-04-29perf lock contention: Symbolize zone->lock using BTFNamhyung Kim-6/+157
2025-04-28perf test: Add perf trace summary testNamhyung Kim-0/+65
2025-04-28perf trace: Implement syscall summary in BPFNamhyung Kim-13/+580
2025-04-25perf vendor events arm64: Drop hip08 PublicDescription if same as BriefDescri...Junhao He-31/+0
2025-04-25perf vendor events arm64: Fill up Desc field for Hisi hip08 hha pmuJunhao He-0/+16
2025-04-25perf bench evlist-open-close: Reduce scope of 2 variablesIan Rogers-19/+23
2025-04-25perf tests record: Cleanup improvementsIan Rogers-4/+6
2025-04-25perf tests metric-only perf stat: Fix tests 84 and 86 s390Thomas Richter-0/+10
2025-04-25perf tool_pmu: Fix aggregation on duration_timeIan Rogers-1/+7
2025-04-25perf session: Skip unsupported new event typesChun-Tse Shao-2/+11
2025-04-25perf hist: Allow custom output fields in hierarchy modeNamhyung Kim-8/+4
2025-04-25perf hist: Set levels in output_field_add()Namhyung Kim-15/+26
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim-3/+16
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim-4/+22
2025-04-25perf record: Retirement latency cleanup in evsel__configIan Rogers-2/+3
2025-04-25perf pmu-events: Add retirement latency to JSON events inside of perfIan Rogers-122/+220
2025-04-25perf stat: Add mean, min, max and last --tpebs-mode optionsIan Rogers-1/+63
2025-04-25perf intel-tpebs: Use stats for retirement latency statisticsIan Rogers-10/+5
2025-04-25perf intel-tpebs: Don't close record on readIan Rogers-73/+129
2025-04-25perf intel-tpebs: Add mutex for tpebs_resultsIan Rogers-8/+46
2025-04-25perf intel-tpebs: Add support for updating counts in evsel__tpebs_readIan Rogers-40/+25
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers-64/+93
2025-04-25perf intel-tpebs: Ensure events are opened, factor out findingIan Rogers-24/+37
2025-04-25perf intel-tpebs: Inline get_perf_record_argsIan Rogers-47/+28
2025-04-25perf intel-tpebs: Reduce scope of the tpebs_events_size variableIan Rogers-3/+6
2025-04-25perf intel-tpebs: Move the cpumap_buf variable out of evsel__tpebs_open()Ian Rogers-8/+6
2025-04-25perf intel-tpebs: Separate evsel__tpebs_prepare() out of evsel__tpebs_open()Ian Rogers-47/+86
2025-04-25perf intel-tpebs: Rename tpebs_start to evsel__tpebs_openIan Rogers-19/+18
2025-04-25perf intel-tpebs: Simplify tpebs_cmdIan Rogers-37/+18