summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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
* | perf arm-spe: Synthesize memory eventLeo Yan2021-02-161-0/+30
* | perf arm-spe: Fill address info for samplesLeo Yan2021-02-161-20/+30
* | perf arm-spe: Store operation type in packetLeo Yan2021-02-122-0/+12
* | perf arm-spe: Store memory address in packetLeo Yan2021-02-122-0/+6
* | perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan2021-02-121-1/+1
* | perf env: Remove unneeded internal/cpumap inclusionsIan Rogers2021-02-121-1/+0
* | perf tools: Remove unused xyarray.c as it was moved to tools/lib/perfIan Rogers2021-02-121-33/+0
* | perf tools: Replace lkml.org links with loreKees Cook2021-02-111-1/+1
* | perf script: Support filtering by hex addressJin Yao2021-02-083-1/+76
* | perf intlist: Change 'struct intlist' int member to 'unsigned long'Jin Yao2021-02-083-17/+22
* | perf stat: Use nftw() instead of ftw()Paul Cercueil2021-02-081-4/+4