summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-06-16perf mem: Scan all PMUs instead of just core onesRavi Bangoria
2023-06-16perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria
2023-06-16perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'Ravi Bangoria
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim
2023-06-16perf test: fix failing test cases on linux-next for s390Thomas Richter
2023-06-16perf annotate: Work with vmlinux outside symfsVincent Whitchurch
2023-06-16perf stat: New metricgroup output for the default modeKan Liang
2023-06-16perf metrics: Sort the Default metricgroupKan Liang
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang
2023-06-15perf evsel: Fix the annotation for hardware events on hybridKan Liang
2023-06-15perf srcline: Fix handling of inline functionsIan Rogers
2023-06-14perf srcline: Add a timeout to reading from addr2lineIan Rogers
2023-06-13perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers
2023-06-13perf metric: Fix no group checkKan Liang
2023-06-13perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers
2023-06-13perf srcline: Make addr2line configuration failure more verboseIan Rogers
2023-06-13perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim
2023-06-13perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
2023-06-12perf pfm: Remove duplicate util/cpumap.h includeArnaldo Carvalho de Melo
2023-06-12perf annotate: Allow whitespace between insn operandsNamhyung Kim
2023-06-12perf help: Ensure clean_cmds is called on all pathsIan Rogers
2023-06-12perf cs-etm: Add exception level consistency checkJames Clark
2023-06-12perf cs-etm: Track exception levelJames Clark
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark
2023-06-12perf cs-etm: Use previous thread for branch sample source IPJames Clark
2023-06-12perf cs-etm: Only track threads instead of PID and TIDsJames Clark
2023-06-12perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo
2023-06-12perf hist: Fix srcline memory leakIan Rogers
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf header: Avoid out-of-bounds readIan Rogers
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers
2023-06-12perf machine: Don't leak module mapsIan Rogers
2023-06-12perf machine: Fix leak of kernel dsoIan Rogers
2023-06-12perf maps: Fix overlapping memory leakIan Rogers
2023-06-12perf symbol-elf: Correct holding a referenceIan Rogers
2023-06-12perf jit: Fix two thread leaksIan Rogers
2023-06-12perf python: Avoid 2 leak sanitizer issuesIan Rogers
2023-06-12perf evlist: Free stats in all evlist destructionIan Rogers
2023-06-12perf intel-pt: Fix missed put and leakIan Rogers
2023-06-12perf header: Ensure bitmaps are freedIan Rogers
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers
2023-06-12perf thread: Add reference count checkingIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf addr_location: Move to its own headerIan Rogers
2023-06-12perf maps: Make delete static, always use putIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers