summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+33
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong-2/+2
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne-0/+20
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira-0/+11
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+6
2022-03-04Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+18
2022-03-04tracing: Fix return value of __setup handlersRandy Dunlap-3/+3
2022-03-01tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)-3/+3
2022-02-28blktrace: fix use after free for struct blk_traceYu Kuai-8/+18
2022-02-25tracing: Fix selftest config check for function graph start up testChristophe Leroy-4/+2
2022-02-25tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira-21/+32
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor-1/+0
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle-4/+6
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy-0/+14
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)-16/+12
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)-6/+46
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira-1/+6
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo-0/+4
2022-01-27tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi-1/+2
2022-01-27tracing: Propagate is_signed to expressionTom Zanussi-0/+3
2022-01-27tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi-1/+1
2022-01-27tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi-1/+3
2022-01-27tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang-0/+1
2022-01-27ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)-1/+7
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-3/+10
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)-3/+10
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-247/+800
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+4
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing-5/+1
2022-01-15trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing-2/+1
2022-01-15ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing-5/+2
2022-01-14tracing: Add ustring operation to filtering string pointersSteven Rostedt-24/+57
2022-01-13tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko-4/+16
2022-01-13tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang-9/+3
2022-01-13tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang-1/+4
2022-01-13tracing: Add test for user space strings when filtering on string pointersSteven Rostedt-3/+63
2022-01-13tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt-4/+2
2022-01-13ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)-0/+37
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu-2/+9
2022-01-13tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang-0/+2
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang-0/+5
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior-2/+8
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+10
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-21/+74
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi-0/+366
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi-28/+20
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi-26/+37
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi-39/+44
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao-2/+2
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao-1/+1