summaryrefslogtreecommitdiff
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAge
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo 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 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 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 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 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 symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-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
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-02
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-23
* 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
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-11-28
* perf tools: Fix time sortingJiri Olsa2019-11-12
* perf map: Fix overlapped map handlingSteve MacLean2019-11-06
* perf llvm: Don't access out-of-scope arrayIan Rogers2019-10-17
* perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-08-25
* perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver2019-08-25
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-25
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-08-04
* perf tools: No need to include bitops.h in util.hArnaldo Carvalho de Melo2019-06-11
* perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-06-11
* perf intel-pt: Fix improved sample timestampAdrian Hunter2019-06-11
* perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-06-11
* perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo2019-04-27