summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | perf report: Fix no libunwind compiled warning break s390 issueJin Yao2020-01-141-3/+3
| * | | perf tools: Support --prefix/--prefix-stripAndi Kleen2020-01-148-2/+61
| * | | perf report: Clarify in help that --children is defaultAndi Kleen2020-01-141-1/+2
| * | | perf clang: Fix build with Clang 9Maciej S. Szmigiero2020-01-141-0/+4
| * | | perf report/top: Make 'e' visible in the help and make it toggle showing call...Arnaldo Carvalho de Melo2020-01-061-1/+7
| * | | perf report/top: Do not offer annotation for symbols without samplesArnaldo Carvalho de Melo2020-01-061-1/+10
| * | | perf report/top: Allow pressing hotkeys in the options popup menuArnaldo Carvalho de Melo2020-01-061-6/+10
| * | | tools ui popup: Allow returning hotkeysArnaldo Carvalho de Melo2020-01-065-9/+13
| * | | perf hists browser: Allow passing an initial hotkeyArnaldo Carvalho de Melo2020-01-063-77/+82
| * | | perf report/top: Add 'k' hotkey to zoom directly into the kernel mapArnaldo Carvalho de Melo2020-01-061-1/+8
| * | | perf hists browser: Generalize the do_zoom_dso() functionArnaldo Carvalho de Melo2020-01-061-4/+7
| * | | perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo2020-01-063-5/+54
| * | | perf report/top: Add menu entry for toggling callchain expansionArnaldo Carvalho de Melo2020-01-061-0/+21
| * | | perf report/top: Make ENTER consistently bring up menuArnaldo Carvalho de Melo2020-01-061-1/+2
| * | | perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo2020-01-061-0/+1
| * | | libperf: Move to tools/lib/perfJiri Olsa2020-01-0639-3868/+3
| * | | perf tests bp_signal: Show expected versus obtained valuesArnaldo Carvalho de Melo2020-01-061-5/+5
| * | | perf sched timehist: Add support for filtering on CPUDavid Ahern2020-01-062-0/+17
| * | | perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov2020-01-063-13/+45
| * | | perf mmap: Declare type for cpu mask of arbitrary lengthAlexey Budankov2020-01-062-0/+23
| |/ /
* | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-271-2/+4
|\ \ \ | |/ / |/| |