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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Stop using 'self' in pstack
Arnaldo Carvalho de Melo
2012-11-14
1
-23
/
+23
*
perf tests: Check for mkstemp return value in dso-data test
Jiri Olsa
2012-11-14
1
-0
/
+4
*
perf tests: Final cleanup for builtin-test move
Jiri Olsa
2012-11-14
8
-33
/
+16
*
perf tests: Move pmu tests into separate object
Jiri Olsa
2012-11-14
6
-185
/
+191
*
perf tests: Move test__syscall_open_tp_fields into separate object
Jiri Olsa
2012-11-14
4
-112
/
+119
*
perf tests: Move perf_evsel__tp_sched_test into separate object
Jiri Olsa
2012-11-14
4
-82
/
+87
*
perf tests: Move perf_evsel__roundtrip_name_test into separate object
Jiri Olsa
2012-11-14
4
-111
/
+117
*
perf tests: Move test__rdpmc into separate object
Jiri Olsa
2012-11-14
4
-168
/
+177
*
perf tests: Move test__PERF_RECORD into separate object
Jiri Olsa
2012-11-14
4
-307
/
+314
*
perf tests: Move test__basic_mmap into separate object
Jiri Olsa
2012-11-14
4
-157
/
+164
*
perf tests: Move test__open_syscall_event_on_all_cpus into separate object
Jiri Olsa
2012-11-14
4
-114
/
+122
*
perf tests: Move test__open_syscall_event into separate object
Jiri Olsa
2012-11-14
5
-84
/
+103
*
perf tests: Move test__vmlinux_matches_kallsyms into separate object
Jiri Olsa
2012-11-14
4
-221
/
+239
*
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2012-11-13
24
-343
/
+365
|
\
|
*
tracing: Add trace_options kernel command line parameter
Steven Rostedt
2012-11-02
2
-15
/
+55
|
*
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
2012-11-02
9
-73
/
+84
|
*
tracing: Remove deprecated tracing_enabled file
Steven Rostedt
2012-11-02
1
-3
/
+0
|
*
tracing: Make tracing_enabled be equal to tracing_on
Steven Rostedt
2012-11-02
2
-86
/
+5
|
*
tracing: Remove unused function unregister_tracer()
Steven Rostedt
2012-11-02
2
-27
/
+0
|
*
tracing: Separate open function from set_event and available_events
Steven Rostedt
2012-11-02
1
-19
/
+27
|
*
ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64
Yoshihiro YUNOMAE
2012-11-02
2
-3
/
+3
|
*
tracing: Reset ring buffer when changing trace_clocks
David Sharp
2012-11-02
1
-0
/
+8
|
*
linux/kernel.h: Remove duplicate trace_printk declaration
Michal Hocko
2012-10-31
1
-5
/
+2
|
*
tracing: Cleanup unnecessary function declarations
Vaibhav Nagarnaik
2012-10-31
2
-53
/
+29
|
*
tracing: Trivial cleanup
David Sharp
2012-10-31
2
-5
/
+3
|
*
tracing: Cache comms only after an event occurred
Steven Rostedt
2012-10-31
4
-11
/
+33
|
*
tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit
Steven Rostedt
2012-10-31
1
-3
/
+1
|
*
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
2012-10-31
3
-2
/
+38
|
*
tracing: Expand ring buffer when trace_printk() is used
Steven Rostedt
2012-10-31
1
-0
/
+7
|
*
ring-buffer: Add a 'dropped events' counter
Slava Pestov
2012-10-31
3
-6
/
+39
|
*
tracing: Change tracer's integer flags to bool
Hiraku Toyooka
2012-10-31
3
-12
/
+12
|
*
tracing: Allow tracers to start at core initcall
Steven Rostedt
2012-10-31
6
-8
/
+7
|
*
tracing: Replace strict_strto* with kstrto*
Daniel Walter
2012-10-31
7
-14
/
+14
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-11-13
67
-504
/
+2118
|
\
\
|
|
/
|
/
|
|
*
tools lib traceevent: Use 'const' in variables pointing to const strings
Arnaldo Carvalho de Melo
2012-11-09
1
-4
/
+4
|
*
tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerror
Arnaldo Carvalho de Melo
2012-11-09
1
-0
/
+1
|
*
tools lib traceevent: No need to check for < 0 on an unsigned enum
Arnaldo Carvalho de Melo
2012-11-09
1
-1
/
+1
|
*
tools lib traceevent: Avoid comparisions between signed/unsigned
Arnaldo Carvalho de Melo
2012-11-09
1
-2
/
+2
|
*
tools lib traceevent: Add __maybe_unused to unused parameters
Arnaldo Carvalho de Melo
2012-11-09
1
-3
/
+4
|
*
perf annotate: Merge same lines in summary view
Namhyung Kim
2012-11-09
2
-3
/
+53
|
*
perf annotate: Don't try to follow jump target on PLT symbols
Namhyung Kim
2012-11-09
1
-0
/
+12
|
*
perf annotate: Whitespace fixups
Namhyung Kim
2012-11-09
1
-7
/
+7
|
*
perf test: fix a build error on builtin-test
Zheng Liu
2012-11-09
1
-26
/
+12
|
*
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2012-11-09
10
-297
/
+318
|
*
perf diff: Use hists__link when not pairing just with baseline
Arnaldo Carvalho de Melo
2012-11-08
1
-0
/
+2
|
*
perf hists: Introduce hists__link
Arnaldo Carvalho de Melo
2012-11-08
2
-0
/
+61
|
*
perf diff: Move hists__match to the hists lib
Arnaldo Carvalho de Melo
2012-11-08
3
-34
/
+40
|
*
perf diff: Start moving to support matching more than two hists
Arnaldo Carvalho de Melo
2012-11-08
4
-18
/
+42
|
*
perf tools: Don't try to lookup objdump for live mode
Namhyung Kim
2012-11-08
1
-0
/
+7
|
*
perf tools: Add arbitary aliases and support names with -
Andi Kleen
2012-11-08
1
-0
/
+2
[next]