summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds10-25/+1896
2022-03-23Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-5/+17
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+6
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)1-1/+61
2022-03-15user_events: Add trace event call as root for low permission casesBeau Belgrave1-2/+37
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar12-69/+175
2022-03-12tracing/user_events: Use alloc_pages instead of kzalloc() for register pagesSteven Rostedt (Google)1-6/+8
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)2-0/+20
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)1-0/+28
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi1-4/+1
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave1-6/+40
2022-03-11Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+33
2022-03-11tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)1-0/+2
2022-03-11tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)1-2/+4
2022-03-11user_events: Fix potential uninitialized pointer while parsing fieldBeau Belgrave1-1/+3
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong1-2/+2
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne1-0/+20
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira1-0/+11
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+6
2022-03-05Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+18
2022-03-04tracing: Fix return value of __setup handlersRandy Dunlap2-3/+3
2022-03-02tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider6-5/+17
2022-02-28tracing: Update print fmt check to handle new __get_sockaddr() macroSteven Rostedt (Google)1-0/+6
2022-02-28blktrace: fix use after free for struct blk_traceYu Kuai1-8/+18
2022-02-26tracing: Fix selftest config check for function graph start up testChristophe Leroy1-4/+2
2022-02-25tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira1-21/+32
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor1-1/+0
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy1-0/+14
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)4-16/+12
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)1-6/+46
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-4/+0
2022-02-25tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira1-1/+6
2022-02-24tracing: Fix allocation of last_cmd in last_cmd_set()Steven Rostedt (Google)1-3/+4
2022-02-11user_events: Validate user payloads for size and null terminationBeau Belgrave1-14/+133
2022-02-11user_events: Optimize writing events by only copying data onceBeau Belgrave1-30/+85
2022-02-11user_events: Add basic perf and eBPF supportBeau Belgrave1-1/+71
2022-02-11user_events: Handle matching arguments from dyn_eventsBeau Belgrave1-1/+76
2022-02-11user_events: Add print_fmt generation support for basic typesBeau Belgrave1-2/+113
2022-02-11user_events: Add minimal support for trace_event into ftraceBeau Belgrave3-0/+1202
2022-02-11tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)1-1/+1
2022-02-11tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi1-3/+14
2022-02-11tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi1-7/+23
2022-02-11tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi2-14/+43
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
2022-01-28tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi1-1/+2
2022-01-28tracing: Propagate is_signed to expressionTom Zanussi1-0/+3
2022-01-28tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi1-1/+1