summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* rethook: Add a generic return hookMasami Hiramatsu2022-03-183-0/+329
* fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-183-0/+224
* ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-181-9/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-039-53/+118
|\
| * tracing: Fix selftest config check for function graph start up testChristophe Leroy2022-02-261-4/+2
| * tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-02-251-21/+32
| * ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor2022-02-251-1/+0
| * tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-02-251-4/+6
| * tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-0/+14
| * eprobes: Remove redundant event type informationSteven Rostedt (Google)2022-02-254-16/+12
| * tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-02-251-6/+46
| * tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-02-251-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+4
|\|
| * tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-081-0/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-101-0/+2
|\ \
| * | bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-251-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-043-4/+17
|\ \ \ | | |/ | |/|
| * | tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi2022-01-281-1/+2
| * | tracing: Propagate is_signed to expressionTom Zanussi2022-01-281-0/+3
| * | tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi2022-01-281-1/+1
| * | tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi2022-01-281-1/+3
| * | tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang2022-01-281-0/+1
| * | ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)2022-01-281-1/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-272-3/+10
|\| | | |/ |/|
| * Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-232-3/+10
| |\
| | * ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-232-3/+10
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-251-0/+3
|\ \ \ | |/ / |/| |
| * | bpf: add frags support to xdp copy helpersEelco Chaudron2022-01-211-0/+3
* | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-1617-247/+800
|\ \ \ | | |/ | |/|
| * | tracing: Add ustring operation to filtering string pointersSteven Rostedt2022-01-141-24/+57
| * | tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko2022-01-131-4/+16
| * | tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang2022-01-131-9/+3
| * | tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang2022-01-131-1/+4
| * | tracing: Add test for user space strings when filtering on string pointersSteven Rostedt2022-01-131-3/+63
| * | tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt2022-01-131-4/+2
| * | ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)2022-01-132-0/+37
| * | scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-131-2/+9
| * | tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang2022-01-131-0/+2
| * | tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang2022-01-131-0/+5
| * | tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior2022-01-132-2/+8
| * | tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi2022-01-102-0/+366
| * | tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-104-28/+20
| * | tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-104-26/+37
| * | tracing: Change event_command func() to parse()Tom Zanussi2022-01-104-39/+44
| * | tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)2021-12-111-2/+1
| * | tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng2021-12-111-8/+1
| * | tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave2021-12-111-6/+7
| * | tracing: Iterate trace_[ku]probe objects directlyJiri Olsa2021-12-112-24/+12
| * | tracing: Make trace_marker{,_raw} stream-likeJohn Keeping2021-12-081-10/+8
| * | tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2021-12-062-4/+2