summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf tools: Support pipeline stage cycles for powerpcAthira Rajeev2021-03-266-6/+37
| * | | | perf sort: Add dynamic headers for perf report columnsAthira Rajeev2021-03-262-1/+19
| * | | | perf tools: Remove duplicate struct forward declarationsWan Jiabing2021-03-252-2/+0
| * | | | perf stat: Align CSV output for summary modeJin Yao2021-03-243-0/+11
| * | | | perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu2021-03-237-7/+679
| * | | | perf tools: Fix various typos in commentsIngo Molnar2021-03-2338-73/+74
| * | | | perf stat: Improve readability of shadow statsChangbin Du2021-03-153-16/+22
| * | | | perf evlist: Change the COMM when preparing the workloadArnaldo Carvalho de Melo2021-03-151-0/+8
| * | | | perf machine: Assign boolean values to a bool variableJiapeng Chong2021-03-091-2/+2
| * | | | perf stat: Fixup __perf_stat_evsel__is() prefixArnaldo Carvalho de Melo2021-03-092-5/+3
| * | | | perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-03-081-1/+1
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-03-0811-21/+74
| |\ \ \ \
| * | | | | perf annotate: Show full source location with 'l' hotkeyMartin Liska2021-03-062-2/+12
| * | | | | perf config: Add annotate.demangle{,_kernel}Martin Liska2021-03-061-0/+4
| * | | | | perf bpf: Minor whitespace cleanup.Ian Rogers2021-03-061-1/+1
| * | | | | perf skel: Remove some unused variables.Ian Rogers2021-03-061-2/+1
| * | | | | perf cs-etm: Detect pid in VMID for kernel running at EL2Suzuki K Poulose2021-03-021-4/+34
| * | | | | perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan2021-03-022-0/+43
| * | | | | perf cs-etm: Update ETM metadata formatMike Leach2021-03-022-47/+218
| * | | | | perf tools: Generate mips syscalls_n64.c syscall tableTiezhu Yang2021-03-011-0/+4
| * | | | | perf tools: Support MIPS unwinding and dwarf-regsTiezhu Yang2021-03-011-0/+3
* | | | | | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-7/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-027-12/+57
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | tools/perf: Convert to insn_decode()Borislav Petkov2021-03-151-7/+10
| | |_|/ / | |/| | |
* | | | | 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