aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new kbuildArnaldo Carvalho de Melo1-0/+1
2020-02-12perf tools: Add arm64 version of get_cpuid()John Garry1-15/+48
2020-02-11perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo1-1/+3
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2-1/+4
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2-12/+11
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa1-1/+6
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa1-2/+10
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa1-0/+1
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h to pick up openat2 and pidfd_getfdArnaldo Carvalho de Melo2-0/+3
2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips1-5/+9
2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips1-0/+3
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0
2020-02-05Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar8-32/+71
2020-01-31perf maps: Add missing unlock to maps__insert() error caseCengiz Can1-0/+1
2020-01-31perf probe: Add ustring support for perf probe commandThomas Richter1-1/+2
2020-01-30perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2020-01-30perf test: Fix test case Merge cpu mapThomas Richter1-1/+0
2020-01-30perf parse: Copy string to perf_evsel_config_termLeo Yan3-1/+9
2020-01-30perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan4-29/+45
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-6/+6
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds68-3999/+388
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-6/+6
2020-01-20perf: Use consistent include paths for libbpfToke Høiland-Jørgensen6-6/+6
2020-01-15perf header: Use last modification time for timestampMichael Petlan1-1/+1
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund1-4/+6
2020-01-14perf beauty sockaddr: Fix augmented syscall format warningCengiz Can1-1/+1
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa1-1/+1
2020-01-14perf ui gtk: Add missing zalloc objectJiri Olsa1-0/+5
2020-01-14perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2-2/+3
2020-01-14perf report: Fix no libunwind compiled warning break s390 issueJin Yao1-3/+3
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen8-2/+61
2020-01-14perf report: Clarify in help that --children is defaultAndi Kleen1-1/+2
2020-01-14perf clang: Fix build with Clang 9Maciej S. Szmigiero1-0/+4
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin1-2/+4
2020-01-06perf report/top: Make 'e' visible in the help and make it toggle showing callchainsArnaldo Carvalho de Melo1-1/+7
2020-01-06perf report/top: Do not offer annotation for symbols without samplesArnaldo Carvalho de Melo1-1/+10
2020-01-06perf report/top: Allow pressing hotkeys in the options popup menuArnaldo Carvalho de Melo1-6/+10
2020-01-06tools ui popup: Allow returning hotkeysArnaldo Carvalho de Melo5-9/+13
2020-01-06perf hists browser: Allow passing an initial hotkeyArnaldo Carvalho de Melo3-77/+82
2020-01-06perf report/top: Add 'k' hotkey to zoom directly into the kernel mapArnaldo Carvalho de Melo1-1/+8
2020-01-06perf hists browser: Generalize the do_zoom_dso() functionArnaldo Carvalho de Melo1-4/+7
2020-01-06perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo3-5/+54
2020-01-06perf report/top: Add menu entry for toggling callchain expansionArnaldo Carvalho de Melo1-0/+21
2020-01-06perf report/top: Make ENTER consistently bring up menuArnaldo Carvalho de Melo1-1/+2
2020-01-06perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo1-0/+1
2020-01-06libperf: Move to tools/lib/perfJiri Olsa39-3868/+3
2020-01-06perf tests bp_signal: Show expected versus obtained valuesArnaldo Carvalho de Melo1-5/+5
2020-01-06perf sched timehist: Add support for filtering on CPUDavid Ahern2-0/+17
2020-01-06perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov3-13/+45