summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12lib subcmd: Avoid memory leak in exclude_cmdsIan 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
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
2023-06-12perf thread: Remove notion of dead threadsIan Rogers
2023-06-12perf test: Add test of libpfm4 eventsIan Rogers
2023-06-12perf list: Check arguments to show libpfm4 eventsIan Rogers
2023-06-12perf list: Check if libpfm4 event is supportedNamhyung Kim
2023-06-12perf parse: Allow config terms with breakpointsAdrian Hunter
2023-06-12perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo
2023-06-09tools headers: Make the difference output easier to readIan Rogers
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim
2023-06-05perf stat: Document --metric-no-threshold and threshold colorsIan Rogers