index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-14
perf evsel: Require that callchains be resolved before calling fprintf_{sym,c...
Arnaldo Carvalho de Melo
4
-54
/
+48
2016-04-14
perf symbols: Move fprintf routines to separate object file
Arnaldo Carvalho de Melo
5
-71
/
+78
2016-04-14
perf evsel: Remove symbol_conf usage
Arnaldo Carvalho de Melo
3
-5
/
+7
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
9
-22
/
+33
2016-04-14
perf trace: Move socket_type beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-59
/
+61
2016-04-14
perf config: Make show_config() use perf_config_set
Taeung Song
1
-7
/
+32
2016-04-14
perf config: Introduce perf_config_set class
Taeung Song
2
-0
/
+199
2016-04-14
perf record: Add '--timestamp-filename' option to append timestamp to output ...
Wang Nan
1
-4
/
+49
2016-04-14
perf record: Turns auxtrace_snapshot_enable into 3 states
Wang Nan
1
-10
/
+49
2016-04-14
perf data: Add perf_data_file__switch() helper
Wang Nan
2
-1
/
+51
2016-04-14
perf session: Make ordered_events reusable
Wang Nan
1
-1
/
+5
2016-04-14
perf ordered_events: Introduce reinit()
Wang Nan
2
-0
/
+10
2016-04-14
perf trace: Move eventfd beautifiers to trace/beauty/ directory
Arnaldo Carvalho de Melo
2
-40
/
+39
2016-04-14
perf trace: Move mmap beautifiers to trace/beauty/ directory
Arnaldo Carvalho de Melo
2
-158
/
+159
2016-04-14
perf trace: Add getrandom beautifier related defines for older systems
Arnaldo Carvalho de Melo
1
-0
/
+7
2016-04-14
perf trace: Add seccomp beautifier related defines for older systems
Arnaldo Carvalho de Melo
1
-0
/
+11
2016-04-13
perf trace: Do not accept --no-syscalls together with -e
Arnaldo Carvalho de Melo
1
-0
/
+7
2016-04-13
perf evsel: Move some methods from session.[ch] to evsel.[ch]
Arnaldo Carvalho de Melo
6
-153
/
+154
2016-04-13
perf sched map: Display only given cpus
Jiri Olsa
2
-0
/
+26
2016-04-13
perf sched map: Color given cpus
Jiri Olsa
2
-3
/
+36
2016-04-13
perf sched map: Color given pids
Jiri Olsa
2
-4
/
+76
2016-04-13
perf thread_map: Make new_by_tid_str constructor public
Jiri Olsa
2
-1
/
+3
2016-04-13
perf sched: Use color_fprintf for output
Jiri Olsa
1
-8
/
+10
2016-04-13
perf sched: Add compact display option
Jiri Olsa
2
-6
/
+63
2016-04-13
perf cpu_map: Add has() method
Jiri Olsa
2
-0
/
+14
2016-04-13
perf thread_map: Add has() method
Jiri Olsa
2
-0
/
+13
2016-04-13
perf trace: Support callchains for --event too
Arnaldo Carvalho de Melo
1
-15
/
+26
2016-04-13
Merge tag 'perf-core-for-mingo-20160411' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
28
-146
/
+487
2016-04-13
Merge tag 'perf-core-for-mingo-20160408' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
29
-117
/
+1061
2016-04-13
Merge tag 'v4.6-rc3' into perf/core, to refresh the tree
Ingo Molnar
123
-494
/
+11194
2016-04-11
perf trace: Print unresolved symbol names as addresses
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-04-11
perf evsel: Allow unresolved symbol names to be printed as addresses
Arnaldo Carvalho de Melo
4
-13
/
+46
2016-04-11
perf trace: Make "--call-graph" affect just "raw_syscalls:sys_exit"
Arnaldo Carvalho de Melo
1
-1
/
+21
2016-04-11
perf evsel: Rename config_callgraph() to config_callchain() and make it public
Arnaldo Carvalho de Melo
2
-6
/
+8
2016-04-11
perf evlist: Add (reset,set)_sample_bit methods
Arnaldo Carvalho de Melo
2
-0
/
+29
2016-04-11
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
15
-18
/
+26
2016-04-11
perf trace: Exclude the kernel part of the callchain leading to a syscall
Arnaldo Carvalho de Melo
2
-0
/
+16
2016-04-11
perf evsel: Introduce fprintf_callchain() method out of fprintf_sym()
Arnaldo Carvalho de Melo
3
-7
/
+32
2016-04-11
perf evsel: Rename print_ip() to fprintf_sym()
Arnaldo Carvalho de Melo
4
-43
/
+39
2016-04-11
perf trace: Add support for printing call chains on sys_exit events.
Milian Wolff
2
-0
/
+28
2016-04-11
perf evsel: Allow passing a left alignment when printing a symbol
Arnaldo Carvalho de Melo
3
-4
/
+8
2016-04-11
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
Milian Wolff
3
-21
/
+25
2016-04-11
perf bpf: Automatically create bpf-output event __bpf_stdout__
Wang Nan
1
-9
/
+28
2016-04-11
perf bpf: Clone bpf stdout events in multiple bpf scripts
Wang Nan
4
-0
/
+158
2016-04-09
Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+107
2016-04-08
Merge branches 'pm-core', 'powercap' and 'pm-tools'
Rafael J. Wysocki
1
-10
/
+107
2016-04-08
perf dwarf: Guard !x86_64 definitions under #ifdef else clause
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-08
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-30
/
+30
2016-04-08
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-6
/
+6
2016-04-08
perf thread_map: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-4
/
+4
[next]