summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-05-02tracing: 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-26tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann
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-25tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann
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-04-18bpf: avoid warning for wrong pointer castArnd Bergmann
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman
2016-04-15Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar