summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring1-2/+1
2023-05-17perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2022-10-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-08-25genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers1-1/+0
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-28perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-06-16perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-03perf intel-pt: Fix transaction abort handlingAdrian Hunter1-1/+5
2021-06-03perf intel-pt: Fix sample instruction bytesAdrian Hunter1-1/+4
2021-06-03tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2021-05-22perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo1-1/+1
2021-04-16perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo1-4/+3
2021-03-30perf auxtrace: Fix auxtrace queue conflictAdrian Hunter1-4/+0
2021-03-24perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2021-03-24tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo3-0/+23
2021-03-24perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2-2/+3
2021-03-17perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers1-0/+1
2021-03-03perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2021-03-03perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo1-0/+2
2020-12-29perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai1-1/+1
2020-12-02perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu1-0/+8
2020-12-02perf event: Check ref_reloc_sym before using itIgor Lubashev1-3/+4
2020-11-18perf tools: Add missing swap for ino_generationJiri Olsa1-0/+1
2020-11-05perf python scripting: Fix printable strings in python3 scriptsJiri Olsa1-1/+1
2020-10-29perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter1-4/+4
2020-10-01perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter1-0/+7
2020-10-01perf util: Fix memory leak of prefix_if_not_inXie XiuQi1-1/+1
2020-10-01perf cpumap: Fix snprintf overflow checkChristophe JAILLET1-5/+5
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim2-0/+12
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-07-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao1-2/+4
2020-06-20perf symbols: Fix debuginfo search for UbuntuAdrian Hunter4-0/+20
2020-06-20perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15
2020-06-20perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu1-2/+1
2020-04-02perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-04-02perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-01-23perf probe: Fix wrong address verificationMasami Hiramatsu1-22/+10
2020-01-23perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita1-2/+2
2020-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson1-1/+0
2020-01-04perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo1-1/+1
2019-12-31perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2-1/+26