summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2021-04-23perf map: Fix error return code in maps__clone()Zhen Lei-2/+5
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan-1/+1
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei-2/+3
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers-1/+3
2021-04-07perf report: Fix wrong LBR block sortingJin Yao-3/+3
2021-03-24perf record: Fix memory leak in vDSO found using ASANNamhyung Kim-0/+2
2021-03-16perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu-3/+10
2021-03-15perf pmu: Validate raw event with sysfs exported format bitsJin Yao-0/+39
2021-03-10perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers-4/+5
2021-03-10perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter-1/+1
2021-03-10perf auxtrace: Fix auxtrace queue conflictAdrian Hunter-4/+0
2021-03-06perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo-4/+3
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria-2/+2
2021-03-06perf stat: Fix use-after-free when -r option is usedNamhyung Kim-0/+1
2021-03-06perf stat: Fix wrong skipping for per-die aggregationJin Yao-11/+59
2021-03-06perf tools: Fix event's PMU name parsingJiri Olsa-1/+5
2021-03-06perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers-0/+1
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois-3/+3
2021-02-18perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser-3/+6
2021-02-18perf symbol: Remove redundant libbfd checksNicholas Fraser-9/+0
2021-02-18perf tools: Fix arm64 build error with gcc-11Jianlin Lv-0/+7
2021-02-18perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter-1/+21
2021-02-18perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter-4/+7
2021-02-18perf intel-pt: Allow for a guest kernel address filterAdrian Hunter-1/+7
2021-02-18perf intel-pt: Support decoding of guest kernelAdrian Hunter-12/+69
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter-22/+22
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter-6/+11
2021-02-18perf intel-pt: Amend decoder to track the NR flagAdrian Hunter-9/+53
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter-16/+14
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter-0/+16
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter-1/+7
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter-0/+21
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang-14/+18
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter-51/+230
2021-02-18perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter-0/+41
2021-02-18perf intel-pt: Fix premature IPCAdrian Hunter-11/+17
2021-02-18perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter-0/+3
2021-02-18perf unwind: Set userdata for all __report_module() pathsDave Rigby-3/+8
2021-02-18perf record: Fix continue profiling after draining the bufferYang Jihong-0/+12
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong-1/+1
2021-02-17perf metricgroup: Remove unneeded semicolonYang Li-1/+1
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer-2/+106
2021-02-17perf symbols: Resolve symbols against debug file firstJiri Slaby-1/+15
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo-10/+24
2021-02-16perf arm-spe: Set sample's data source fieldLeo Yan-9/+60
2021-02-16perf arm-spe: Synthesize memory eventLeo Yan-0/+30
2021-02-16perf arm-spe: Fill address info for samplesLeo Yan-20/+30
2021-02-12perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv-0/+10
2021-02-12perf symbols: Fix return value when loading PE DSONicholas Fraser-1/+3
2021-02-12perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser-7/+1