aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-11ftrace: Fix compilation warning about control_ops_freeJiri Slaby1-5/+5
2014-03-07ftrace: Warn on error when modifying ftrace functionPetr Mladek1-5/+12
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-5/+2
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-4/+2
2014-03-07ftrace: Inline the code from ftrace_dyn_table_alloc()Jiri Slaby1-19/+6
2014-03-07ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntJiri Slaby1-17/+8
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt1-0/+30
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt3-14/+25
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt1-0/+31
2014-02-20ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)1-1/+7
2014-02-20tracing: Add trace_clock=<clock> kernel parameterSteven Rostedt1-16/+45
2014-02-20tracing/uprobes: Support mix of ftrace and perfNamhyung Kim1-8/+1
2014-02-20tracing/uprobes: Support event triggeringNamhyung Kim1-2/+4
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)3-38/+101
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Namhyung Kim1-37/+56
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsNamhyung Kim1-6/+6
2014-02-20ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)4-14/+94
2014-02-20ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)1-4/+8
2014-02-20ftrace: Allow instances to use function tracingSteven Rostedt (Red Hat)2-40/+81
2014-02-20tracing: Convert tracer->enabled to counterSteven Rostedt (Red Hat)2-4/+4
2014-02-20tracing: Disable tracers before deletion of instanceSteven Rostedt (Red Hat)1-0/+18
2014-02-20ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)1-9/+8
2014-02-20tracing: Only let top level have option filesSteven Rostedt (Red Hat)1-3/+5
2014-02-20tracing: Set up infrastructure to allow tracers for instancesSteven Rostedt (Red Hat)3-16/+60
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)4-4/+8
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)8-17/+27
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+8
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-32/+81
2014-01-23tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)1-0/+6
2014-01-23tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)1-52/+64
2014-01-22tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi1-3/+34
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds13-908/+3061
2014-01-19tracing: Fix buggered tee(2) on tracing_pipeAl Viro1-7/+1
2014-01-14tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)1-0/+2
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-26/+32
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)1-1/+44
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-0/+1
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2-18/+79
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)1-15/+72
2014-01-09tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)1-0/+20
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2-80/+16
2014-01-09tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)1-2/+8
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi1-8/+8
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi1-6/+36
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2-8/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim4-1/+62
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim1-12/+22
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim1-14/+132