summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf beauty: Fix fsconfig generatorVitaly Chikunov2021-05-141-4/+3
* perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-05-141-1/+1
* perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter2021-05-071-1/+1
* perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-05-071-2/+3
* perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan2021-04-281-1/+1
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-161-4/+3
* perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2021-04-162-2/+2
* perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2021-04-162-2/+3
* perf inject: Fix repipe usageAdrian Hunter2021-04-141-1/+1
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-171-0/+1
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-041-1/+1
* perf intel-pt: Fix premature IPCAdrian Hunter2021-03-043-11/+17
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-041-0/+3
* perf vendor events arm64: Fix Ampere eMag event typoJohn Garry2021-03-041-1/+1
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-041-0/+2
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2021-01-301-4/+0
* perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-192-3/+3
* perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo2020-12-301-3/+10
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-301-1/+1
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf stat: Use proper cpu for shadow statsNamhyung Kim2020-12-021-4/+1
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-241-1/+1
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-181-5/+2
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* perf trace: Fix segfault when trying to trace events by cgroupStanislav Ivanichkin2020-11-181-6/+9
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* perf stat: Skip duration_time in setup_system_wideJin Yao2020-10-291-1/+3
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-10-172-3/+3
* perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-10-141-1/+3
* perf test session topology: Fix data pathTommi Rantala2020-10-141-8/+4
* perf parse-events: Use strcmp() to compare the PMU nameJin Yao2020-10-011-3/+2
* perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-10-011-1/+2
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-011-0/+7
* perf metricgroup: Free metric_events on errorIan Rogers2020-10-011-0/+3
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-10-011-1/+1
* perf stat: Fix duration_time value for higher intervalsJiri Olsa2020-10-011-1/+1
* perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers2020-10-011-1/+1
* perf evsel: Fix 2 memory leaksIan Rogers2020-10-011-0/+2
* perf mem2node: Avoid double free related to reallocIan Rogers2020-10-011-1/+2
* perf stat: Force error in fallback on :k eventsStephane Eranian2020-10-011-0/+4
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-10-011-5/+5
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-10-012-2/+3
* perf cs-etm: Correct synthesizing instruction samplesLeo Yan2020-10-011-17/+70
* perf cs-etm: Swap packets for instruction samplesLeo Yan2020-10-011-20/+19
* perf jevents: Fix leak of mapfile memoryJohn Garry2020-10-011-6/+9
* perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter2020-10-011-1/+1
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-233-0/+13
* perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-231-1/+1