summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2026-04-03perf metrics: Make common stalled metrics conditional on having the eventIan Rogers2-57/+57
2026-04-03perf tests kwork: Add basic kwork coverage testsIan Rogers1-0/+79
2026-04-03perf data convert ctf: Pipe mode improvementsIan Rogers1-4/+59
2026-04-03perf evsel: Make unknown event names more uniqueIan Rogers1-3/+4
2026-04-03perf ordered-events: Event processing consistency with the regular readerIan Rogers1-1/+1
2026-04-03perf header: Refactor pipe mode end marker handlingIan Rogers8-78/+75
2026-04-03perf session: Extra logging for failed to process eventsIan Rogers1-8/+20
2026-04-03perf header: Properly warn/print when libtraceevent/libbpf support is missingIan Rogers1-23/+47
2026-04-03perf header: Add utility to convert feature number to a stringIan Rogers2-0/+9
2026-04-03perf clockid: Add missing includeIan Rogers1-1/+2
2026-04-03perf trace: Fix potential u64 underflow in duration calculationMichael Petlan1-1/+1
2026-04-03perf header: Validate build_id filename length to prevent buffer overflowSeungJu Cheon1-0/+10
2026-04-03perf metricgroup: Refine error logsLeo Yan1-5/+6
2026-04-03perf expr: Add '\n' in literal parse errorsLeo Yan1-2/+2
2026-04-03perf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan1-1/+2
2026-04-02perf test: Skip perf data type profiling tests for s390Thomas Richter1-0/+4
2026-04-02perf tools: prevent null dsos from being addedAnubhav Shelat1-0/+3
2026-04-02perf test: Fix ratio_to_prev event parsing testThomas Falcon1-21/+28
2026-04-02perf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever1-2/+6
2026-04-02perf trace: Skip unnecessary synthesis for summary-only modeNamhyung Kim1-1/+5
2026-04-02perf stat: Fix crash on arm64Breno Leitao1-9/+17
2026-04-02perf test: Fix perf stat --bpf-counters on hybrid machinesNamhyung Kim1-4/+16
2026-04-02perf tests: Write test files to tmpdirIan Rogers1-19/+23
2026-04-02libperf cpumap: Make index and nr types unsignedIan Rogers30-56/+74
2026-04-01perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/b...Arnaldo Carvalho de Melo4-4/+26
2026-04-01perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapiArnaldo Carvalho de Melo5-4/+5411
2026-04-01perf build: Add -funsigned-char to default CFLAGSIan Rogers1-0/+1
2026-03-27perf tools: Add --pmu-filter option for filtering PMUsQinxin Xia4-6/+37
2026-03-27perf report: Add comm_nodigit sort keyStephen Brennan5-1/+123
2026-03-27perf stat: Fix opt->value type for parse_cache_levelIan Rogers1-20/+23
2026-03-27perf lock: Fix option value type in parse_max_stackIan Rogers1-1/+1
2026-03-27perf record: Add support for arch_sdt_arg_parse_op() on s390Thomas Richter3-0/+82
2026-03-25Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' into perf-tools-nextNamhyung Kim26-516/+519
2026-03-20perf evlist: Improve default event for s390Ian Rogers9-35/+64
2026-03-20perf callchain: Refactor callchain option parsingIan Rogers5-80/+104
2026-03-20perf evsel: Constify option arguments to config functionsIan Rogers2-14/+14
2026-03-20perf target: Constify simple check functionsIan Rogers1-6/+6
2026-03-20perf evsel: Improve falling back from cyclesIan Rogers2-14/+33
2026-03-20perf dwarf-aux: Collect all variable locations for insn trackingZecheng Li1-30/+30
2026-03-20perf annotate-data: Use DWARF location ranges to preserve reg stateZecheng Li5-6/+54
2026-03-20perf annotate-data: Invalidate caller-saved regs for all callsZecheng Li1-6/+13
2026-03-20perf annotate-data: Add invalidate_reg_state() helper for x86Zecheng Li1-12/+17
2026-03-20perf annotate-data: Handle global variable access with const registerZecheng Li1-0/+5
2026-03-20perf annotate-data: Collect global variables without nameZecheng Li1-6/+1
2026-03-20perf dwarf-aux: Handle array types in die_get_member_typeZecheng Li1-1/+16
2026-03-20perf annotate-data: Improve type comparison from different scopesZecheng Li1-1/+3
2026-03-20perf dwarf-aux: Skip check_variable for variable lookupZecheng Li3-30/+30
2026-03-20perf dwarf-aux: Preserve typedefs in match_var_offsetZecheng Li1-11/+15
2026-03-20perf dwarf-aux: Add die_get_pointer_type to get pointer typesZecheng Li3-17/+51
2026-03-18perf symbol: Add RISCV case in get_plt_sizesChen Pei1-3/+1