summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-05-05perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BP...Howard Chu
2025-05-05perf record --off-cpu: Disable perf_event's callchain collectionHoward Chu
2025-05-05perf evsel: Assemble off-cpu samplesHoward Chu
2025-05-05perf record --off-cpu: Dump off-cpu samples in BPFHoward Chu
2025-05-05perf record --off-cpu: Preparation of off-cpu BPF programHoward Chu
2025-05-05perf record --off-cpu: Parse off-cpu eventHoward Chu
2025-05-05perf evsel: Expose evsel__is_offcpu_event() for future useHoward Chu
2025-05-02perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim
2025-05-02perf hist: Add struct he_mem_statNamhyung Kim
2025-05-02perf hist: Support multi-line headerNamhyung Kim
2025-05-02perf record: Add --sample-mem-info optionNamhyung Kim
2025-04-29perf mem/c2c amd: Add ldlat supportRavi Bangoria
2025-04-29perf amd ibs: Incorporate Zen5 DTLB and PageSize informationRavi Bangoria
2025-04-29perf amd ibs: Add Load Latency bits in raw dumpRavi Bangoria
2025-04-29perf symbols: Handle 'u' and 'l' symbols in /proc/kallsymsArnaldo Carvalho de Melo
2025-04-29perf lock contention: Symbolize zone->lock using BTFNamhyung Kim
2025-04-28perf trace: Implement syscall summary in BPFNamhyung Kim
2025-04-25perf tool_pmu: Fix aggregation on duration_timeIan Rogers
2025-04-25perf session: Skip unsupported new event typesChun-Tse Shao
2025-04-25perf hist: Set levels in output_field_add()Namhyung Kim
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim
2025-04-25perf record: Retirement latency cleanup in evsel__configIan Rogers
2025-04-25perf pmu-events: Add retirement latency to JSON events inside of perfIan Rogers
2025-04-25perf stat: Add mean, min, max and last --tpebs-mode optionsIan Rogers
2025-04-25perf intel-tpebs: Use stats for retirement latency statisticsIan Rogers
2025-04-25perf intel-tpebs: Don't close record on readIan Rogers
2025-04-25perf intel-tpebs: Add mutex for tpebs_resultsIan Rogers
2025-04-25perf intel-tpebs: Add support for updating counts in evsel__tpebs_readIan Rogers
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers
2025-04-25perf intel-tpebs: Ensure events are opened, factor out findingIan Rogers
2025-04-25perf intel-tpebs: Inline get_perf_record_argsIan Rogers
2025-04-25perf intel-tpebs: Reduce scope of the tpebs_events_size variableIan Rogers
2025-04-25perf intel-tpebs: Move the cpumap_buf variable out of evsel__tpebs_open()Ian Rogers
2025-04-25perf intel-tpebs: Separate evsel__tpebs_prepare() out of evsel__tpebs_open()Ian Rogers
2025-04-25perf intel-tpebs: Rename tpebs_start to evsel__tpebs_openIan Rogers
2025-04-25perf intel-tpebs: Simplify tpebs_cmdIan Rogers
2025-04-25perf intel-tpebs: Cleanup headerIan Rogers
2025-04-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo