summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan2020-01-304-29/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-286-6/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-236-6/+6
| |\ \
| | * | perf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-206-6/+6
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2868-3999/+388
|\ \ \ \ | | |_|/ | |/| |
| * | | perf header: Use last modification time for timestampMichael Petlan2020-01-151-1/+1
| * | | perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-01-141-4/+6
| * | | perf beauty sockaddr: Fix augmented syscall format warningCengiz Can2020-01-141-1/+1
| * | | perf/ui/gtk: Fix gtk2 buildJiri Olsa2020-01-141-1/+1
| * | | perf ui gtk: Add missing zalloc objectJiri Olsa2020-01-141-0/+5
| * | | perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2020-01-142-2/+3