summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-0913-71/+125
* | perf annotate: Get rid of annotation->nr_jumpsRavi Bangoria2020-03-042-3/+0
* | perf llvm: Add debug hint message about missing kernel-devel packageArnaldo Carvalho de Melo2020-03-041-0/+2
* | perf stat: Show percore counts in per CPU outputJin Yao2020-03-044-5/+42
* | tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim2020-03-041-61/+2
* | perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers2020-03-043-3/+5
|/
* perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo2020-03-031-7/+6
* perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2020-03-035-22/+23
* perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo2020-03-021-8/+2
* perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo2020-03-021-2/+2
* perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo2020-03-021-1/+1
* perf annotate: Fix segfault with source toggleRavi Bangoria2020-02-271-0/+2
* perf annotate: Align struct annotate_argsRavi Bangoria2020-02-271-6/+6
* perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2020-02-272-56/+31
* perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2020-02-274-6/+7
* perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2020-02-272-6/+28
* perf config: Document missing config optionsRavi Bangoria2020-02-271-0/+44
* perf annotate: Fix perf config option descriptionRavi Bangoria2020-02-271-1/+29
* perf annotate: Prefer cmdline option over default configRavi Bangoria2020-02-271-2/+2
* perf annotate: Make perf config effectiveRavi Bangoria2020-02-275-55/+33
* perf config: Introduce perf_config_u8()Ravi Bangoria2020-02-272-0/+13
* perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria2020-02-272-7/+5
* perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria2020-02-273-7/+6
* perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria2020-02-271-4/+3
* perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo2020-02-181-0/+2
* perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter2020-02-186-74/+35
* perf arm-spe: Fix endless record after being terminatedAdrian Hunter2020-02-181-1/+4
* perf cs-etm: Fix endless record after being terminatedWei Li2020-02-181-1/+4
* perf intel-bts: Fix endless record after being terminatedWei Li2020-02-181-1/+4
* perf intel-pt: Fix endless record after being terminatedWei Li2020-02-181-1/+4
* perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter2020-02-181-1/+1
* perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf eventsArnaldo Carvalho de Melo2020-02-183-3/+3
* perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo2020-02-141-0/+1
* perf tools: Add arm64 version of get_cpuid()John Garry2020-02-121-15/+48
* perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo2020-02-111-1/+3
* perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2020-02-112-1/+4
* perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2020-02-112-12/+11
* perf maps: Fix map__clone() for struct kmapJiri Olsa2020-02-111-1/+6
* perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa2020-02-111-2/+10
* perf maps: Mark module DSOs with kernel typeJiri Olsa2020-02-111-0/+1
* tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo2020-02-112-0/+3
* perf symbols: Convert symbol__is_idle() to use strlistKim Phillips2020-02-101-5/+9
* perf symbols: Update the list of kernel idle symbolsKim Phillips2020-02-101-0/+3
* perf stat: Don't report a null stalled cycles per insn metricKim Phillips2020-02-101-6/+0
* Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-02-058-32/+71
|\
| * perf maps: Add missing unlock to maps__insert() error caseCengiz Can2020-01-311-0/+1
| * perf probe: Add ustring support for perf probe commandThomas Richter2020-01-311-1/+2
| * perf: Make perf able to build with latest libbfdChangbin Du2020-01-301-1/+15
| * perf test: Fix test case Merge cpu mapThomas Richter2020-01-301-1/+0
| * perf parse: Copy string to perf_evsel_config_termLeo Yan2020-01-303-1/+9