summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf bpf: Move the declaration of struct rqIan Rogers2023-06-232-2/+10
* perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-232-0/+1
* perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers2023-06-221-4/+5
* perf pmus: Add notion of default PMU for JSON eventsIan Rogers2023-06-223-20/+53
* perf unwind: Fix map reference countsIan Rogers2023-06-221-7/+12
* perf script: Initialize buffer for regs_map()Namhyung Kim2023-06-221-2/+2
* perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang2023-06-221-0/+8
* perf jit: Fix incorrect file name in DWARF line tableelisabeth2023-06-201-1/+5
* perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2023-06-201-2/+6
* perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-202-12/+65
* perf sharded_mutex: Introduce sharded_mutexIan Rogers2023-06-203-0/+63
* tools: Fix incorrect calculation of object size by sizeofLi Dong2023-06-201-2/+2
* perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com2023-06-201-1/+1
* perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong2023-06-201-1/+1
* perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo2023-06-161-1/+28
* perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo2023-06-162-1/+3
* perf mem: Scan all PMUs instead of just core onesRavi Bangoria2023-06-161-4/+9
* perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria2023-06-161-1/+1
* perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'Ravi Bangoria2023-06-161-0/+15
* perf stat: Show average value on multiple runsNamhyung Kim2023-06-162-0/+23
* perf test: fix failing test cases on linux-next for s390Thomas Richter2023-06-161-1/+1
* perf annotate: Work with vmlinux outside symfsVincent Whitchurch2023-06-161-1/+4
* perf stat: New metricgroup output for the default modeKan Liang2023-06-164-22/+233
* perf metrics: Sort the Default metricgroupKan Liang2023-06-162-0/+29
* perf stat,jevents: Introduce Default tags for the default modeKan Liang2023-06-151-0/+6
* perf evsel: Fix the annotation for hardware events on hybridKan Liang2023-06-151-3/+14
* perf srcline: Fix handling of inline functionsIan Rogers2023-06-151-56/+80
* perf srcline: Add a timeout to reading from addr2lineIan Rogers2023-06-143-4/+14
* perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers2023-06-133-15/+2
* perf metric: Fix no group checkKan Liang2023-06-131-1/+1
* perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers2023-06-131-8/+53
* perf srcline: Make addr2line configuration failure more verboseIan Rogers2023-06-131-13/+21
* perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim2023-06-131-3/+5
* perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim2023-06-131-1/+1
* perf pfm: Remove duplicate util/cpumap.h includeArnaldo Carvalho de Melo2023-06-121-1/+0
* perf annotate: Allow whitespace between insn operandsNamhyung Kim2023-06-121-1/+1
* perf help: Ensure clean_cmds is called on all pathsIan Rogers2023-06-121-0/+3
* perf cs-etm: Add exception level consistency checkJames Clark2023-06-123-15/+36
* perf cs-etm: Track exception levelJames Clark2023-06-123-22/+68
* perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark2023-06-123-33/+37
* perf cs-etm: Use previous thread for branch sample source IPJames Clark2023-06-121-2/+15
* perf cs-etm: Only track threads instead of PID and TIDsJames Clark2023-06-121-80/+38
* perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark2023-06-121-4/+6
* perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo2023-06-126-7/+10
* perf hist: Fix srcline memory leakIan Rogers2023-06-121-1/+1
* perf srcline: Change free_srcline to zfree_srclineIan Rogers2023-06-126-13/+18
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-128-32/+104
* perf header: Avoid out-of-bounds readIan Rogers2023-06-121-1/+1
* perf annotate: Fix parse_objdump_line memory leakIan Rogers2023-06-121-1/+2
* perf map/maps/thread: Changes to reference countingIan Rogers2023-06-124-20/+46