index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-11
perf bench sched: Add --threaded option
Ingo Molnar
1
-29
/
+86
2013-10-11
perf trace: Add 'trace' alias to 'perf trace'
Arnaldo Carvalho de Melo
2
-1
/
+10
2013-10-10
perf trace: Show path associated with fd in live sessions
Arnaldo Carvalho de Melo
1
-16
/
+237
2013-10-10
perf trace: Beautify mlock & friends 'addr' arg
Arnaldo Carvalho de Melo
1
-0
/
+6
2013-10-10
perf trace: Handle MSG_WAITFORONE not defined
David Ahern
1
-0
/
+3
2013-10-10
perf trace: Add beautifier for clock_gettime's clk_id argument
David Ahern
1
-0
/
+7
2013-10-10
perf trace: Beautify pipe2 'flags' arg
Arnaldo Carvalho de Melo
1
-0
/
+25
2013-10-10
perf trace: Use socket's beautifiers in socketpair
Arnaldo Carvalho de Melo
1
-0
/
+4
2013-10-10
perf trace: Don't supress zeroed args when there is an strarray entry for it
Arnaldo Carvalho de Melo
1
-2
/
+9
2013-10-10
perf trace: Add helper for syscalls with a single strarray arg
Arnaldo Carvalho de Melo
1
-27
/
+13
2013-10-10
perf trace: Beautify flock 'cmd' arg
Arnaldo Carvalho de Melo
1
-0
/
+33
2013-10-10
perf trace: Beautify epoll_ctl 'op' arg
Arnaldo Carvalho de Melo
1
-0
/
+6
2013-10-10
perf tools: Fix srcline sort key behavior
Namhyung Kim
1
-21
/
+20
2013-10-09
perf tools: Implement addr2line directly using libbfd
Roberto Vitillo
2
-0
/
+171
2013-10-09
perf tools: Save failed result of get_srcline()
Namhyung Kim
3
-2
/
+10
2013-10-09
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
5
-10
/
+12
2013-10-09
perf tools: Do not try to call addr2line on non-binary files
Namhyung Kim
2
-5
/
+9
2013-10-09
perf annotate: Factor out get/free_srcline()
Namhyung Kim
6
-32
/
+96
2013-10-09
perf hists: Free srcline when freeing hist_entry
Namhyung Kim
1
-0
/
+1
2013-10-09
perf annotate: Reuse path from the result of addr2line
Namhyung Kim
1
-5
/
+1
2013-10-09
perf sort: Fix a memory leak on srcline
Namhyung Kim
1
-4
/
+1
2013-10-09
perf tools: Separate out GTK codes to libperf-gtk.so
Namhyung Kim
11
-74
/
+165
2013-10-09
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
3
-2
/
+5
2013-10-09
perf tools: Adding throttle event data struct support
Jiri Olsa
3
-7
/
+20
2013-10-09
perf evlist: Introduce perf_evlist__new_default function
Jiri Olsa
4
-23
/
+16
2013-10-09
perf tools: Add possibility to specify mmap size
Jiri Olsa
7
-10
/
+77
2013-10-09
perf tools: Check mmap pages value early
Jiri Olsa
6
-22
/
+54
2013-10-09
perf lock: Account for lock average wait time
Davidlohr Bueso
2
-2
/
+10
2013-10-09
perf lock: Limit bad rate precision
Davidlohr Bueso
1
-1
/
+1
2013-10-09
perf lock: Redo __cmd_report
Davidlohr Bueso
1
-32
/
+36
2013-10-09
perf lock: Plug some memleaks
Davidlohr Bueso
1
-5
/
+9
2013-10-09
perf lock: Return proper code in report_lock_*_event
Davidlohr Bueso
1
-12
/
+12
2013-10-09
perf lock: Remove dead code
Davidlohr Bueso
1
-6
/
+0
2013-10-09
perf tools: Unify page_size usage
Jiri Olsa
3
-4
/
+3
2013-10-09
perf tools: Remove unused trace-event-* code
Jiri Olsa
2
-45
/
+0
2013-10-09
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
3
-13
/
+38
2013-10-09
perf completion: Use more comp words
Ramkumar Ramachandra
1
-6
/
+6
2013-10-09
perf completion: Strip dependency on bash-completion
Ramkumar Ramachandra
1
-6
/
+77
2013-10-09
perf completion: Strip function_exists ()
Ramkumar Ramachandra
1
-7
/
+1
2013-10-09
perf completion: Strip dependency on _filedir
Ramkumar Ramachandra
1
-4
/
+3
2013-10-09
perf completion: Update __ltrim_colon_completions
Ramkumar Ramachandra
1
-1
/
+1
2013-10-09
perf completion: Don't dictate perf install location
Ramkumar Ramachandra
1
-1
/
+1
2013-10-09
perf trace: Add option to show process COMM
Arnaldo Carvalho de Melo
2
-1
/
+11
2013-10-09
perf trace: Beautify eventfd2 'flags' arg
Arnaldo Carvalho de Melo
1
-0
/
+29
2013-10-09
perf trace: Beautify send/recv syscall 'flags' arg
Arnaldo Carvalho de Melo
1
-1
/
+66
2013-10-09
perf trace: Don't print zeroed args
Arnaldo Carvalho de Melo
1
-0
/
+3
2013-10-09
perf trace: Remove duplicate mmap entry in syscall_fmts array
David Ahern
1
-1
/
+0
2013-10-09
perf trace: Add option to show full timestamp
David Ahern
2
-2
/
+9
2013-10-09
perf trace: Beautify rlmimit resources
Arnaldo Carvalho de Melo
1
-0
/
+16
2013-10-09
perf trace: Beautify access 'mode' arg
Arnaldo Carvalho de Melo
1
-1
/
+29
[next]