aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
...
| * | | | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)2016-05-02
| * | | | tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-29
| * | | | tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-29
| * | | | tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-29
| * | | | tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-29
| * | | | tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-29
| * | | | tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-29
| * | | | tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2016-04-27
| * | | | tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-26
| * | | | tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang2016-04-26
| * | | | tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi2016-04-26
| * | | | tracing: Add check for NULL event field when creating hist fieldTom Zanussi2016-04-26
| * | | | tracing: checking for NULL instead of IS_ERR()Dan Carpenter2016-04-26
| * | | | tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)2016-04-25
| * | | | tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)2016-04-19
| * | | | tracing: Add hist trigger 'log2' modifierNamhyung Kim2016-04-19
| * | | | tracing: Add support for named hist triggersTom Zanussi2016-04-19
| * | | | tracing: Add support for named triggersTom Zanussi2016-04-19
| * | | | tracing: Add support for multiple hist triggers per eventTom Zanussi2016-04-19
| * | | | tracing: Add enable_hist/disable_hist triggersTom Zanussi2016-04-19
| * | | | tracing: Remove restriction on string position in hist trigger keysTom Zanussi2016-04-19
| * | | | tracing: Support string type key properlyNamhyung Kim2016-04-19
| * | | | tracing: Add hist trigger support for stacktraces as keysTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger 'syscall' modifierTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger 'execname' modifierTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger support for clearing a traceTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi2016-04-19
| * | | | tracing: Add hist trigger support for compound keysTom Zanussi2016-04-19
| * | | | tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi2016-04-19
| * | | | tracing: Add 'hist' event trigger commandTom Zanussi2016-04-19
| * | | | tracing: Update some tracing_map constants and commentsTom Zanussi2016-04-19
| * | | | tracing: Fix TRACING_MAP KconfigSteven Rostedt (Red Hat)2016-04-19
| * | | | tracing: Add lock-free tracing_mapTom Zanussi2016-04-19
| * | | | tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt2016-04-19
| * | | | tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt2016-04-19
| * | | | tracing: Rename check_ignore_pid() to ignore_this_task()Steven Rostedt2016-04-19
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina2016-04-15
| |\ \ \ | | | |/ | | |/|
| | * | ftrace: Make ftrace_location_range() globalMichael Ellerman2016-04-14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-17
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-09
| |\ \ \ \
| * | | | | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-19
| * | | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-19
| * | | | | bpf: avoid warning for wrong pointer castArnd Bergmann2016-04-18
| * | | | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-14
| * | | | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-07
| * | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-07