index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Add a resize function to make one buffer equivalent to another buffer
Hiraku Toyooka
2012-11-15
1
-27
/
+31
*
tracing: Kill unused and puzzled sample code in ftrace.h
Shan Wei
2012-11-13
1
-73
/
+0
*
tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...
Yoshihiro YUNOMAE
2012-11-13
1
-6
/
+17
*
tracing: Format non-nanosec times from tsc clock without a decimal point.
David Sharp
2012-11-13
5
-33
/
+72
*
tracing,x86: Add a TSC trace_clock
David Sharp
2012-11-13
33
-0
/
+88
*
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
*
perf/x86: Fix sparse warnings
Peter Huewe
2012-10-30
1
-2
/
+2
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-10-30
34
-829
/
+1196
|
\
|
*
perf python: Initialize 'page_size' variable
Arnaldo Carvalho de Melo
2012-10-29
1
-0
/
+2
|
*
perf record: Fix mmap error output condition
Jiri Olsa
2012-10-29
1
-1
/
+2
|
*
perf header: Add is_perf_magic() func
Feng Tang
2012-10-29
2
-0
/
+11
|
*
perf hists browser: Integrate script browser into main hists browser
Feng Tang
2012-10-29
1
-0
/
+38
|
*
perf annotate browser: Integrate script browser into annotation browser
Feng Tang
2012-10-29
1
-0
/
+6
|
*
perf scripts browser: Add a browser for perf script
Feng Tang
2012-10-29
3
-0
/
+200
|
*
perf script: Add more filter to find_scripts()
Feng Tang
2012-10-29
1
-3
/
+79
|
*
perf tools: Add a global variable "const char *input_name"
Feng Tang
2012-10-29
11
-29
/
+20
|
*
perf tools: Move dso_* related functions into dso object
Jiri Olsa
2012-10-29
5
-726
/
+751
|
*
perf tools: Move strxfrchar into string object
Jiri Olsa
2012-10-29
4
-12
/
+19
|
*
perf tools: Move hex2u64 into util object
Jiri Olsa
2012-10-29
4
-34
/
+34
|
*
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
2012-10-29
5
-5
/
+9
|
*
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
2012-10-29
7
-17
/
+19
|
*
perf tools: Move parse_events error printing to parse_events_options
Andi Kleen
2012-10-28
1
-3
/
+7
|
/
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-10-26
9
-61
/
+256
|
\
|
*
perf stat: Add --pre and --post command
Peter Zijlstra
2012-10-26
2
-6
/
+41
|
*
perf inject: Mark a dso if it's used
Andrew Vagin
2012-10-26
3
-8
/
+17
|
*
perf inject: Merge sched_stat_* and sched_switch events
Andrew Vagin
2012-10-26
2
-3
/
+144
|
*
perf inject: Work with files
Andrew Vagin
2012-10-26
2
-3
/
+41
|
*
perf tools: Fix LIBELF_MMAP checking
Namhyung Kim
2012-10-26
1
-1
/
+2
|
*
perf tools: Always show CHK message when doing try-cc
Namhyung Kim
2012-10-26
1
-2
/
+1
|
*
perf tools: Convert invocation of MAKE into SUBDIR
Namhyung Kim
2012-10-26
1
-3
/
+3
|
*
perf tools: Cleanup doc related targets
Namhyung Kim
2012-10-26
1
-37
/
+9
|
*
tools lib traceevent: Do not generate dependency for system header files
Namhyung Kim
2012-10-26
1
-1
/
+1
|
/
[next]