summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-06-13perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata
2023-06-13perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur
2023-06-13perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha
2023-06-13perf tests daemon: Address shellcheck warningsShirisha G
2023-06-13perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S
2023-06-13perf tests stat+json_output: Address shellcheck warningsDisha Goel
2023-06-13perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain
2023-06-13perf tool x86: Consolidate is_amd check into single functionRavi Bangoria
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 tests: Make x86 new instructions test optional at build timeAdrian Hunter
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 inject: Lazily allocate guest_event event_bufIan Rogers
2023-06-12perf inject: Lazily allocate event_copyIan Rogers
2023-06-12perf script: Remove some large stack allocationsIan Rogers
2023-06-12perf sched: Avoid large stack allocationsIan Rogers
2023-06-12perf bench sched messaging: Free contexts on exitIan Rogers
2023-06-12perf bench futex: Avoid memory leaks from pthread_attrIan Rogers
2023-06-12perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers
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 top: Add exit routine for main threadIan 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 stat: Avoid evlist leakIan Rogers
2023-06-12perf header: Ensure bitmaps are freedIan Rogers
2023-06-12perf report: Avoid 'parent_thread' thread leak on '--tasks' processingIan Rogers