summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu-0/+396
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu-0/+18
2022-10-15perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter-2/+7
2022-10-15perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter-1/+3
2022-10-14perf: Skip and warn on unknown format 'configN' attrsRob Herring-13/+26
2022-10-14perf stat: Support old kernels for bperf cgroup countingNamhyung Kim-1/+28
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-662/+1557
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2022-10-06perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFBRavi Bangoria-2/+2
2022-10-06perf mem/c2c: Avoid printing empty lines for unsupported eventsRavi Bangoria-5/+6
2022-10-06perf mem: Add support for printing PERF_MEM_LVLNUM_{CXL|IO}Ravi Bangoria-0/+2
2022-10-06perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()Athira Rajeev-2/+2
2022-10-06perf record: Save DSO build-ID for synthesizingNamhyung Kim-3/+22
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim-11/+11
2022-10-06perf stat: Don't compare runtime stat for shadow statsNamhyung Kim-12/+0
2022-10-06perf stat: Kill unused per-thread runtime statsNamhyung Kim-2/+0
2022-10-06perf stat: Use thread map index for shadow statNamhyung Kim-18/+12
2022-10-06perf stat: Rename saved_value->cpu_map_idxNamhyung Kim-157/+157
2022-10-06perf stat: Don't call perf_stat_evsel_id_init() repeatedlyNamhyung Kim-1/+1
2022-10-06perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim-9/+5
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim-13/+2
2022-10-06perf tools: Add evlist__add_sched_switch()Namhyung Kim-0/+18
2022-10-06perf tools: Get rid of evlist__add_on_all_cpus()Namhyung Kim-27/+2
2022-10-06perf metrics: Don't scale counts going into metricsIan Rogers-2/+7
2022-10-06perf expr: Remove jevents case workaroundIan Rogers-10/+1
2022-10-06perf expr: Allow a double if expressionIan Rogers-1/+1
2022-10-06perf parse-events: Remove unused macros __PERF_EVENT_FIELD()Chen Zhongjin-8/+0
2022-10-06perf tools: Fix empty version number when building outside of a git repoWill Chandler-2/+8
2022-10-06perf lock: Remove unused struct lock_contention_keyYuan Can-5/+0
2022-10-06perf jit: Remove unused struct debug_line_infoYuan Can-7/+0
2022-10-06perf metric: Remove unused struct metric_ref_nodeYuan Can-11/+0
2022-10-06perf machine: Remove unused struct process_argsYuan Can-4/+0
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim-2/+2
2022-10-04perf string: Remove unused macro K()Chen Zhongjin-1/+0
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter-0/+2
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim-2/+21
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim-0/+41
2022-10-04perf genelf: Fix error code in jit_write_elf()Shang XiaoJing-0/+1
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim-4/+6
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim-3/+6
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim-0/+10
2022-10-04perf metrics: Wire up core_wideIan Rogers-43/+120
2022-10-04perf stat: Delay metric parsingIan Rogers-3/+2
2022-10-04perf topology: Add core_wideIan Rogers-0/+70
2022-10-04perf smt: Compute SMT from topologyIan Rogers-92/+34
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers-13/+10
2022-10-04perf pmu: Remove perf_pmu_lex() needless declarationGaosheng Cui-2/+0
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...Gaosheng Cui-2/+0
2022-10-04perf cpumap: Add range data encodingIan Rogers-78/+109
2022-10-04perf events: Prefer union over variable length arrayIan Rogers-23/+13