aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf tools: Add evlist__add_sched_switch()Namhyung Kim2-0/+18
2022-10-06perf tools: Get rid of evlist__add_on_all_cpus()Namhyung Kim1-27/+2
2022-10-06perf metrics: Don't scale counts going into metricsIan Rogers1-2/+7
2022-10-06perf expr: Remove jevents case workaroundIan Rogers1-10/+1
2022-10-06perf expr: Allow a double if expressionIan Rogers1-1/+1
2022-10-06perf parse-events: Remove unused macros __PERF_EVENT_FIELD()Chen Zhongjin1-8/+0
2022-10-06perf tools: Fix empty version number when building outside of a git repoWill Chandler1-2/+8
2022-10-06perf lock: Remove unused struct lock_contention_keyYuan Can1-5/+0
2022-10-06perf jit: Remove unused struct debug_line_infoYuan Can1-7/+0
2022-10-06perf metric: Remove unused struct metric_ref_nodeYuan Can1-11/+0
2022-10-06perf machine: Remove unused struct process_argsYuan Can1-4/+0
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim2-2/+2
2022-10-04perf string: Remove unused macro K()Chen Zhongjin1-1/+0
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter1-0/+2
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim2-2/+21
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim4-0/+41
2022-10-04perf genelf: Fix error code in jit_write_elf()Shang XiaoJing1-0/+1
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim2-4/+6
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim2-3/+6
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim2-0/+10
2022-10-04perf metrics: Wire up core_wideIan Rogers7-43/+120
2022-10-04perf stat: Delay metric parsingIan Rogers2-3/+2
2022-10-04perf topology: Add core_wideIan Rogers4-0/+70
2022-10-04perf smt: Compute SMT from topologyIan Rogers5-92/+34
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers4-13/+10
2022-10-04perf pmu: Remove perf_pmu_lex() needless declarationGaosheng Cui1-2/+0
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftover declarationsGaosheng Cui1-2/+0
2022-10-04perf cpumap: Add range data encodingIan Rogers3-78/+109
2022-10-04perf events: Prefer union over variable length arrayIan Rogers2-23/+13
2022-10-04perf intel-pt: Remove first line of log dumped on errorAdrian Hunter1-5/+28
2022-10-04perf intel-pt: Support itrace option flag d+e to log on errorAdrian Hunter3-4/+113
2022-10-04perf intel-pt: Improve object code read error messageAdrian Hunter1-1/+2
2022-10-04perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter2-0/+16
2022-10-04perf tools: Add perf_config_scan()Adrian Hunter2-0/+32
2022-10-04perf callchain: Remove unneeded 'result' variableye xingchen1-10/+2
2022-10-04perf report: Show per-event LOST SAMPLES statNamhyung Kim1-3/+7
2022-10-04perf hist: Add nr_lost_samples to hist_statsNamhyung Kim3-0/+7
2022-10-04perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim2-1/+10
2022-10-04perf tools: Print LOST read format in the verbose modeNamhyung Kim1-1/+1
2022-10-04perf smt: Tidy header guard add SPDXIan Rogers2-3/+5
2022-10-04perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual1-0/+13
2022-10-04perf branch: Add branch privilege information request flagAnshuman Khandual3-2/+4
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual3-4/+59
2022-10-04perf branch: Add system error and not in transaction branch typesAnshuman Khandual1-1/+3
2022-10-04perf mutex: Add thread safety annotationsIan Rogers2-5/+67
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers6-5/+24
2022-10-04perf top: Update use of pthread mutexIan Rogers1-2/+3
2022-10-04perf annotate: Update use of pthread mutexIan Rogers2-9/+8
2022-10-04perf dso: Update use of pthread mutexIan Rogers3-10/+10
2022-10-04perf mmap: Remove unnecessary pthread.h includeIan Rogers1-1/+0