aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-06-12perf help: Ensure clean_cmds is called on all pathsIan Rogers1-0/+3
2023-06-12perf cs-etm: Add exception level consistency checkJames Clark3-15/+36
2023-06-12perf cs-etm: Track exception levelJames Clark3-22/+68
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark3-33/+37
2023-06-12perf cs-etm: Use previous thread for branch sample source IPJames Clark1-2/+15
2023-06-12perf cs-etm: Only track threads instead of PID and TIDsJames Clark1-80/+38
2023-06-12perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark1-4/+6
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo7-9/+12
2023-06-12perf hist: Fix srcline memory leakIan Rogers1-1/+1
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers7-15/+20
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers15-61/+170
2023-06-12perf header: Avoid out-of-bounds readIan Rogers1-1/+1
2023-06-12perf top: Add exit routine for main threadIan Rogers1-1/+10
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers1-1/+2
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers4-20/+46
2023-06-12perf machine: Don't leak module mapsIan Rogers1-3/+3
2023-06-12perf machine: Fix leak of kernel dsoIan Rogers1-1/+2
2023-06-12perf maps: Fix overlapping memory leakIan Rogers1-0/+1
2023-06-12perf symbol-elf: Correct holding a referenceIan Rogers1-2/+2
2023-06-12perf jit: Fix two thread leaksIan Rogers1-0/+2
2023-06-12perf python: Avoid 2 leak sanitizer issuesIan Rogers1-1/+5
2023-06-12perf evlist: Free stats in all evlist destructionIan Rogers2-0/+6
2023-06-12perf intel-pt: Fix missed put and leakIan Rogers1-0/+2
2023-06-12perf stat: Avoid evlist leakIan Rogers1-0/+1
2023-06-12perf header: Ensure bitmaps are freedIan Rogers1-2/+10
2023-06-12perf report: Avoid 'parent_thread' thread leak on '--tasks' processingIan Rogers1-0/+1
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers6-10/+1
2023-06-12perf thread: Add reference count checkingIan Rogers8-53/+63
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers35-166/+368
2023-06-12perf addr_location: Move to its own headerIan Rogers5-28/+46
2023-06-12perf maps: Make delete static, always use putIan Rogers4-4/+11
2023-06-12perf thread: Add accessor functions for threadIan Rogers45-279/+485
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers5-41/+73
2023-06-12perf thread: Remove notion of dead threadsIan Rogers6-101/+4
2023-06-12perf test: Add test of libpfm4 eventsIan Rogers1-0/+51
2023-06-12perf list: Check arguments to show libpfm4 eventsIan Rogers1-1/+11
2023-06-12perf list: Check if libpfm4 event is supportedNamhyung Kim1-8/+50
2023-06-12perf parse: Allow config terms with breakpointsAdrian Hunter5-27/+235
2023-06-12perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-06-09tools headers: Make the difference output easier to readIan Rogers1-104/+128
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim1-42/+10
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim1-0/+22
2023-06-05perf stat: Document --metric-no-threshold and threshold colorsIan Rogers1-0/+15
2023-06-05perf expr: Make the evaluation of & and | logical and lazyIan Rogers2-17/+109
2023-06-05perf LoongArch: Simplify mksyscalltblTiezhu Yang1-27/+11
2023-06-05perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang1-3/+3
2023-06-05perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang1-2/+3
2023-06-05perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang1-2/+2
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang7-13/+13
2023-06-05perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo1-0/+2