index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf llvm: Fix script used to obtain kernel make directives to work with new ...
Arnaldo Carvalho de Melo
2020-02-14
1
-0
/
+1
*
perf tools: Add arm64 version of get_cpuid()
John Garry
2020-02-12
1
-15
/
+48
*
perf trace: Resolve prctl's 'option' arg strings to numbers
Arnaldo Carvalho de Melo
2020-02-11
1
-1
/
+3
*
perf beauty prctl: Export the 'options' strarray
Arnaldo Carvalho de Melo
2020-02-11
2
-1
/
+4
*
perf maps: Move kmap::kmaps setup to maps__insert()
Jiri Olsa
2020-02-11
2
-12
/
+11
*
perf maps: Fix map__clone() for struct kmap
Jiri Olsa
2020-02-11
1
-1
/
+6
*
perf maps: Mark ksymbol DSOs with kernel type
Jiri Olsa
2020-02-11
1
-2
/
+10
*
perf maps: Mark module DSOs with kernel type
Jiri Olsa
2020-02-11
1
-0
/
+1
*
tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...
Arnaldo Carvalho de Melo
2020-02-11
2
-0
/
+3
*
perf symbols: Convert symbol__is_idle() to use strlist
Kim Phillips
2020-02-10
1
-5
/
+9
*
perf symbols: Update the list of kernel idle symbols
Kim Phillips
2020-02-10
1
-0
/
+3
*
perf stat: Don't report a null stalled cycles per insn metric
Kim Phillips
2020-02-10
1
-6
/
+0
*
Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2020-02-05
8
-32
/
+71
|
\
|
*
perf maps: Add missing unlock to maps__insert() error case
Cengiz Can
2020-01-31
1
-0
/
+1
|
*
perf probe: Add ustring support for perf probe command
Thomas Richter
2020-01-31
1
-1
/
+2
|
*
perf: Make perf able to build with latest libbfd
Changbin Du
2020-01-30
1
-1
/
+15
|
*
perf test: Fix test case Merge cpu map
Thomas Richter
2020-01-30
1
-1
/
+0
|
*
perf parse: Copy string to perf_evsel_config_term
Leo Yan
2020-01-30
3
-1
/
+9
|
*
perf parse: Refactor 'struct perf_evsel_config_term'
Leo Yan
2020-01-30
4
-29
/
+45
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
6
-6
/
+6
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-23
6
-6
/
+6
|
|
\
\
|
|
*
|
perf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
6
-6
/
+6
*
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-01-28
68
-3999
/
+388
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
perf header: Use last modification time for timestamp
Michael Petlan
2020-01-15
1
-1
/
+1
|
*
|
|
perf c2c: Fix return type for histogram sorting comparision functions
Andres Freund
2020-01-14
1
-4
/
+6
|
*
|
|
perf beauty sockaddr: Fix augmented syscall format warning
Cengiz Can
2020-01-14
1
-1
/
+1
|
*
|
|
perf/ui/gtk: Fix gtk2 build
Jiri Olsa
2020-01-14
1
-1
/
+1
|
*
|
|
perf ui gtk: Add missing zalloc object
Jiri Olsa
2020-01-14
1
-0
/
+5
|
*
|
|
perf tools: Use %define api.pure full instead of %pure-parser
Jiri Olsa
2020-01-14
2
-2
/
+3
|
*
|
|
perf report: Fix no libunwind compiled warning break s390 issue
Jin Yao
2020-01-14
1
-3
/
+3
|
*
|
|
perf tools: Support --prefix/--prefix-strip
Andi Kleen
2020-01-14
8
-2
/
+61
|
*
|
|
perf report: Clarify in help that --children is default
Andi Kleen
2020-01-14
1
-1
/
+2
|
*
|
|
perf clang: Fix build with Clang 9
Maciej S. Szmigiero
2020-01-14
1
-0
/
+4
|
*
|
|
perf report/top: Make 'e' visible in the help and make it toggle showing call...
Arnaldo Carvalho de Melo
2020-01-06
1
-1
/
+7
|
*
|
|
perf report/top: Do not offer annotation for symbols without samples
Arnaldo Carvalho de Melo
2020-01-06
1
-1
/
+10
|
*
|
|
perf report/top: Allow pressing hotkeys in the options popup menu
Arnaldo Carvalho de Melo
2020-01-06
1
-6
/
+10
|
*
|
|
tools ui popup: Allow returning hotkeys
Arnaldo Carvalho de Melo
2020-01-06
5
-9
/
+13
|
*
|
|
perf hists browser: Allow passing an initial hotkey
Arnaldo Carvalho de Melo
2020-01-06
3
-77
/
+82
|
*
|
|
perf report/top: Add 'k' hotkey to zoom directly into the kernel map
Arnaldo Carvalho de Melo
2020-01-06
1
-1
/
+8
|
*
|
|
perf hists browser: Generalize the do_zoom_dso() function
Arnaldo Carvalho de Melo
2020-01-06
1
-4
/
+7
|
*
|
|
perf report/top: Improve toggle callchain menu option
Arnaldo Carvalho de Melo
2020-01-06
3
-5
/
+54
|
*
|
|
perf report/top: Add menu entry for toggling callchain expansion
Arnaldo Carvalho de Melo
2020-01-06
1
-0
/
+21
|
*
|
|
perf report/top: Make ENTER consistently bring up menu
Arnaldo Carvalho de Melo
2020-01-06
1
-1
/
+2
|
*
|
|
perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc
Arnaldo Carvalho de Melo
2020-01-06
1
-0
/
+1
|
*
|
|
libperf: Move to tools/lib/perf
Jiri Olsa
2020-01-06
39
-3868
/
+3
|
*
|
|
perf tests bp_signal: Show expected versus obtained values
Arnaldo Carvalho de Melo
2020-01-06
1
-5
/
+5
|
*
|
|
perf sched timehist: Add support for filtering on CPU
David Ahern
2020-01-06
2
-0
/
+17
|
*
|
|
perf record: Adapt affinity to machines with #CPUs > 1K
Alexey Budankov
2020-01-06
3
-13
/
+45
|
*
|
|
perf mmap: Declare type for cpu mask of arbitrary length
Alexey Budankov
2020-01-06
2
-0
/
+23
|
|
/
/
*
|
|
Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-01-27
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
[next]