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