aboutsummaryrefslogtreecommitdiff
path: root/include/trace/ftrace.h
AgeCommit message (Expand)Author
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-11-26tracing: Allow events to have NULL stringsSteven Rostedt (Red Hat)
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-08-13tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possibleOleg Nesterov
2013-08-13tracing/perf: Reimplement TP_perf_assign() logicOleg Nesterov
2013-08-13tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)Oleg Nesterov
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov
2013-06-20tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt
2013-04-12tracing: Remove obsolete macro guard _TRACE_PROFILE_INITzhangwei(Jovi)
2013-03-15tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)
2013-03-15tracing: Fix some section mismatch warningsLi Zefan
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan
2013-03-15tracing: Add a helper function for event print functionsLi Zefan
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt
2012-11-13tracing: Kill unused and puzzled sample code in ftrace.hShan Wei
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim
2011-10-04perf: Fix counter of ftrace eventsAndrew Vagin
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker
2010-08-02tracing: Drop cpparg() macroFrederic Weisbecker
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan
2010-06-28tracing: Use class->reg() for all registering of eventsSteven Rostedt
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-25tracing: Add __used annotation to event variableSteven Rostedt
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt
2010-05-14tracing: Move print functions into event classSteven Rostedt
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt
2010-05-14tracing: Move raw_init from events to classSteven Rostedt