summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-05-03tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)
2016-04-27tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi
2016-04-26tracing: Add check for NULL event field when creating hist fieldTom Zanussi
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter
2016-04-26tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)
2016-04-19tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)
2016-04-19tracing: Add hist trigger 'log2' modifierNamhyung Kim
2016-04-19tracing: Add support for named hist triggersTom Zanussi
2016-04-19tracing: Add support for named triggersTom Zanussi
2016-04-19tracing: Add support for multiple hist triggers per eventTom Zanussi
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi
2016-04-19tracing: Remove restriction on string position in hist trigger keysTom Zanussi
2016-04-19tracing: Support string type key properlyNamhyung Kim
2016-04-19tracing: Add hist trigger support for stacktraces as keysTom Zanussi
2016-04-19tracing: Add hist trigger 'syscall' modifierTom Zanussi
2016-04-19tracing: Add hist trigger 'execname' modifierTom Zanussi
2016-04-19tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi
2016-04-19tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi
2016-04-19tracing: Add hist trigger support for clearing a traceTom Zanussi
2016-04-19tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi
2016-04-19tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi
2016-04-19tracing: Add hist trigger support for compound keysTom Zanussi
2016-04-19tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi
2016-04-19tracing: Fix TRACING_MAP KconfigSteven Rostedt (Red Hat)
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi
2016-04-19tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt
2016-04-19tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt
2016-04-19tracing: Rename check_ignore_pid() to ignore_this_task()Steven Rostedt
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-22tracing: Record and show NMI statePeter Zijlstra
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov
2016-03-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)