summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria-0/+2
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria-6/+6
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria-56/+31
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria-6/+7
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe-6/+28
2020-02-27perf config: Document missing config optionsRavi Bangoria-0/+44
2020-02-27perf annotate: Fix perf config option descriptionRavi Bangoria-1/+29
2020-02-27perf annotate: Prefer cmdline option over default configRavi Bangoria-2/+2
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria-55/+33
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria-0/+13
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria-7/+5
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria-7/+6
2020-02-27perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria-4/+3
2020-02-18perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo-0/+2
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter-74/+35
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter-1/+4
2020-02-18perf cs-etm: Fix endless record after being terminatedWei Li-1/+4
2020-02-18perf intel-bts: Fix endless record after being terminatedWei Li-1/+4
2020-02-18perf intel-pt: Fix endless record after being terminatedWei Li-1/+4
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter-1/+1
2020-02-18perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf eventsArnaldo Carvalho de Melo-3/+3
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo-0/+1
2020-02-12perf tools: Add arm64 version of get_cpuid()John Garry-15/+48
2020-02-11perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo-1/+3
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo-1/+4
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa-12/+11
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa-1/+6
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa-2/+10
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa-0/+1
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo-0/+3
2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips-5/+9
2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips-0/+3
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips-6/+0
2020-02-05Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git.kernel.org/pub/scm/...Ingo Molnar-32/+71
2020-01-31perf maps: Add missing unlock to maps__insert() error caseCengiz Can-0/+1
2020-01-31perf probe: Add ustring support for perf probe commandThomas Richter-1/+2
2020-01-30perf: Make perf able to build with latest libbfdChangbin Du-1/+15
2020-01-30perf test: Fix test case Merge cpu mapThomas Richter-1/+0
2020-01-30perf parse: Copy string to perf_evsel_config_termLeo Yan-1/+9
2020-01-30perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan-29/+45
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-6/+6
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3999/+388
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+4
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+6
2020-01-20perf: Use consistent include paths for libbpfToke Høiland-Jørgensen-6/+6
2020-01-15perf header: Use last modification time for timestampMichael Petlan-1/+1
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund-4/+6
2020-01-14perf beauty sockaddr: Fix augmented syscall format warningCengiz Can-1/+1
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa-1/+1
2020-01-14perf ui gtk: Add missing zalloc objectJiri Olsa-0/+5