summaryrefslogtreecommitdiff
path: root/tools/perf (follow)
Commit message (Expand)AuthorAge
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-28
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-28
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-16
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-16
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-30
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-03
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-03
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-29
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-02
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-24
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-18
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-29
* perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-10-14
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-01
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-23
* perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2020-09-12
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-08-26
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-07-31
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2020-07-31
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2020-07-31
* perf: Make perf able to build with latest libbfdChangbin Du2020-07-31
* tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky2020-07-31
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-07-22
* perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh2020-06-29
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-20
* perf probe: Do not show the skipped eventsMasami Hiramatsu2020-06-20
* perf tools: Fix perf regs mask generationNaveen N. Rao2020-05-10
* perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2020-05-05
* perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-04-02
* tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2020-04-02
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-02
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-23
* Revert "perf report: Add warning when libunwind not compiled in"Sasha Levin2020-01-12
* perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2020-01-04
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2020-01-04
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2020-01-04
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2020-01-04
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2020-01-04
* perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2020-01-04
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2020-01-04
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2020-01-04
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2020-01-04
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2020-01-04
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2020-01-04
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2020-01-04
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2020-01-04
* perf report: Add warning when libunwind not compiled inJin Yao2020-01-04
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-11-28
* perf tools: Fix time sortingJiri Olsa2019-11-12
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-11-10