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
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-04-30
2
-62
/
+146
|
\
|
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-04-21
3
-33
/
+32
|
|
\
|
*
|
uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty
Oleg Nesterov
2013-04-15
1
-1
/
+4
|
*
|
uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()
Oleg Nesterov
2013-04-13
1
-5
/
+3
|
*
|
uprobes/tracing: Change create_trace_uprobe() to support uretprobes
Oleg Nesterov
2013-04-13
1
-4
/
+7
|
*
|
uprobes/tracing: Make seq_printf() code uretprobe-friendly
Oleg Nesterov
2013-04-13
1
-4
/
+13
|
*
|
uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly
Oleg Nesterov
2013-04-13
1
-4
/
+15
|
*
|
uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly
Oleg Nesterov
2013-04-13
1
-9
/
+25
|
*
|
uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()
Oleg Nesterov
2013-04-13
1
-2
/
+40
|
*
|
uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers
Oleg Nesterov
2013-04-13
1
-9
/
+20
|
*
|
uprobes/tracing: Generalize struct uprobe_trace_entry_head
Oleg Nesterov
2013-04-13
2
-31
/
+36
|
*
|
uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls
Oleg Nesterov
2013-04-13
1
-7
/
+3
|
*
|
uprobes/tracing: Kill the pointless seq_print_ip_sym() call
Oleg Nesterov
2013-04-13
1
-7
/
+1
|
*
|
uprobes/tracing: Kill the pointless task_pt_regs() calls
Oleg Nesterov
2013-04-13
1
-2
/
+2
*
|
|
tracing: Fix small merge bug
Steven Rostedt
2013-04-30
1
-1
/
+1
*
|
|
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-04-29
25
-1240
/
+4000
|
\
\
\
|
*
|
|
ftrace: Get rid of ftrace_profile_bits
Namhyung Kim
2013-04-12
1
-11
/
+4
|
*
|
|
tracing: Check return value of tracing_init_dentry()
Namhyung Kim
2013-04-12
3
-0
/
+6
|
*
|
|
tracing: Get rid of unneeded key calculation in ftrace_hash_move()
Namhyung Kim
2013-04-12
1
-5
/
+0
|
*
|
|
tracing: Reset ftrace_graph_filter_enabled if count is zero
Namhyung Kim
2013-04-12
1
-1
/
+2
|
*
|
|
tracing: Fix off-by-one on allocating stat->pages
Namhyung Kim
2013-04-09
1
-1
/
+1
|
*
|
|
kernel: tracing: Use strlcpy instead of strncpy
Chen Gang
2013-04-09
2
-4
/
+4
|
*
|
|
tracing: Update debugfs README file
Steven Rostedt (Red Hat)
2013-03-20
1
-14
/
+78
|
*
|
|
tracing: Fix ftrace_dump()
Steven Rostedt (Red Hat)
2013-03-15
2
-40
/
+31
|
*
|
|
tracing: Rename trace_event_mutex to trace_event_sem
zhangwei(Jovi)
2013-03-15
3
-20
/
+20
|
*
|
|
tracing: Fix comment about prefix in arch_syscall_match_sym_name()
zhangwei(Jovi)
2013-03-15
1
-1
/
+1
|
*
|
|
tracing: Convert trace_destroy_fields() to static
zhangwei(Jovi)
2013-03-15
1
-1
/
+1
|
*
|
|
tracing: Move find_event_field() into trace_events.c
zhangwei(Jovi)
2013-03-15
3
-34
/
+32
|
*
|
|
tracing: Use TRACE_MAX_PRINT instead of constant
zhangwei(Jovi)
2013-03-15
1
-2
/
+2
|
*
|
|
tracing: Use pr_warn_once instead of open coded implementation
zhangwei(Jovi)
2013-03-15
1
-7
/
+2
|
*
|
|
ring-buffer: Add ring buffer startup selftest
Steven Rostedt (Red Hat)
2013-03-15
2
-0
/
+342
|
*
|
|
tracing: Add "perf" trace_clock
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+1
|
*
|
|
tracing: Add "uptime" trace clock that uses jiffies
Steven Rostedt (Red Hat)
2013-03-15
2
-0
/
+11
|
*
|
|
tracing: Add function-trace option to disable function tracing of latency tra...
Steven Rostedt (Red Hat)
2013-03-15
4
-23
/
+111
|
*
|
|
tracing: Remove most or all of stack tracer stack size from stack_max_size
Steven Rostedt (Red Hat)
2013-03-15
1
-21
/
+54
|
*
|
|
tracing: Fix stack tracer with fentry use
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+29
|
*
|
|
tracing: Use stack of calling function for stack tracer
Steven Rostedt (Red Hat)
2013-03-15
1
-5
/
+7
|
*
|
|
tracing: Add function probe to trigger stack traces
Steven Rostedt (Red Hat)
2013-03-15
1
-35
/
+115
|
*
|
|
tracing: Add skip argument to trace_dump_stack()
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+9
|
*
|
|
tracing: Add function probe triggers to enable/disable events
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+279
|
*
|
|
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
2013-03-15
1
-13
/
+62
|
*
|
|
ftrace: Use manual free after synchronize_sched() not call_rcu_sched()
Steven Rostedt (Red Hat)
2013-03-15
1
-6
/
+13
|
*
|
|
ftrace: Clean up function probe methods
Steven Rostedt (Red Hat)
2013-03-15
1
-3
/
+3
|
*
|
|
tracing: Add snapshot trigger to function probes
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+110
|
*
|
|
tracing: Add alloc/free_snapshot() to replace duplicate code
Steven Rostedt (Red Hat)
2013-03-15
1
-37
/
+42
|
*
|
|
ftrace: Fix function probe to only enable needed functions
Steven Rostedt (Red Hat)
2013-03-15
1
-2
/
+46
|
*
|
|
ftrace: Separate unlimited probes from count limited probes
Steven Rostedt (Red Hat)
2013-03-15
1
-5
/
+33
|
*
|
|
tracing: Consolidate ftrace_trace_onoff_unreg() into callback
Steven Rostedt (Red Hat)
2013-03-15
1
-19
/
+5
|
*
|
|
tracing: Consolidate updating of count for traceon/off
Steven Rostedt (Red Hat)
2013-03-15
1
-17
/
+16
|
*
|
|
tracing: Let tracing_snapshot() be used by modules but not NMI
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+10
[next]