summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf map: Fix error return code in maps__clone()Zhen Lei2021-04-231-2/+5
* perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan2021-04-231-1/+1
* perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-04-201-2/+3
* perf arm-spe: Avoid potential buffer overrunIan Rogers2021-04-071-1/+3
* perf report: Fix wrong LBR block sortingJin Yao2021-04-071-3/+3
* perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
* perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
* perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
* perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
* perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-03-061-4/+3
* perf report: Fix -F for branch & mem modesRavi Bangoria2021-03-061-2/+2
* perf stat: Fix use-after-free when -r option is usedNamhyung Kim2021-03-061-0/+1
* perf stat: Fix wrong skipping for per-die aggregationJin Yao2021-03-064-11/+59
* perf tools: Fix event's PMU name parsingJiri Olsa2021-03-061-1/+5
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-061-0/+1
* perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-062-3/+3
* perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser2021-02-182-3/+6
* perf symbol: Remove redundant libbfd checksNicholas Fraser2021-02-181-9/+0
* perf tools: Fix arm64 build error with gcc-11Jianlin Lv2021-02-181-0/+7
* perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter2021-02-181-1/+21
* perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter2021-02-181-4/+7
* perf intel-pt: Allow for a guest kernel address filterAdrian Hunter2021-02-181-1/+7
* perf intel-pt: Support decoding of guest kernelAdrian Hunter2021-02-181-12/+69
* perf machine: Factor out machine__idle_thread()Adrian Hunter2021-02-183-22/+22
* perf machine: Factor out machines__find_guest()Adrian Hunter2021-02-183-6/+11
* perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2021-02-182-9/+53
* perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter2021-02-184-16/+14
* perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter2021-02-182-0/+16
* perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter2021-02-182-1/+7
* perf auxtrace: Automatically group aux-output eventsAdrian Hunter2021-02-182-0/+21
* perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang2021-02-183-14/+18
* perf intel-pt: Add PSB eventsAdrian Hunter2021-02-184-51/+230
* perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter2021-02-183-0/+41
* perf intel-pt: Fix premature IPCAdrian Hunter2021-02-183-11/+17
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-02-181-0/+3
* perf unwind: Set userdata for all __report_module() pathsDave Rigby2021-02-181-3/+8
* perf record: Fix continue profiling after draining the bufferYang Jihong2021-02-182-0/+12
* perf tools: Simplify the calculation of variablesJiapeng Chong2021-02-181-1/+1
* perf metricgroup: Remove unneeded semicolonYang Li2021-02-171-1/+1
* perf tools: Add OCaml demanglingFabian Hemmer2021-02-176-2/+106
* perf symbols: Resolve symbols against debug file firstJiri Slaby2021-02-171-1/+15
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2021-02-164-10/+24
|\
| * perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv2021-02-121-0/+10
| * perf symbols: Fix return value when loading PE DSONicholas Fraser2021-02-121-1/+3
| * perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser2021-02-121-7/+1
| * perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov2021-02-121-2/+1
| * perf annotate: Fix jump parsing for C++ code.Martin Liška2021-02-112-0/+9
* | perf arm-spe: Set sample's data source fieldLeo Yan2021-02-161-9/+60