summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-0/+3
* bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-0/+2
* bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh2020-03-051-0/+7
* bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-292-7/+11
|\
| * bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-241-2/+1
| * bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-241-2/+9
| * bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-241-1/+0
| * bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-241-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-274-35/+127
|\ \ | |/ |/|
| * Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-264-35/+127
| |\
| | * bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu2020-02-251-1/+0
| | * bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-201-1/+2
| | * tracing: Clear trace_state when starting traceMasami Hiramatsu2020-02-201-2/+2
| | * tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-02-201-0/+2
| | * tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)2020-02-201-6/+6
| | * tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-02-201-3/+29
| | * tracing: Check that number of vals matches number of synth event fieldsTom Zanussi2020-02-201-2/+12
| | * tracing: Make synth_event trace functions endian-correctTom Zanussi2020-02-201-4/+58
| | * tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi2020-02-201-17/+17
* | | bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-0/+41
* | | bpf: Allow bpf_perf_event_read_value in all BPF programsSong Liu2020-02-181-2/+2
|/ /
* | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-112-142/+87
|\|
| * tracing: Consolidate trace() functionsTom Zanussi2020-02-101-134/+86
| * tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi2020-02-101-14/+6
| * tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi2020-02-101-0/+1
| * tracing/kprobe: Fix uninitialized variable bugGustavo A. R. Silva2020-02-101-1/+1
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-0633-682/+3277
|\|
| * ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-052-2/+11
| * ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-051-0/+10
| * tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-052-3/+7
| * tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-052-4/+7
| * tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi2020-02-013-37/+15
| * tracing: Remove useless code in dynevent_arg_pair_add()Tom Zanussi2020-02-011-1/+1
| * tracing: Remove check_arg() callbacks from dynevent argsTom Zanussi2020-02-014-53/+46
| * tracing: Consolidate some synth_event_trace codeTom Zanussi2020-01-311-84/+57
| * tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi2020-01-311-15/+38
| * tracing: Change trace_boot to use synth_event interfaceTom Zanussi2020-01-312-26/+14
| * tracing: Move tracing selftests to bottom of menuSteven Rostedt (VMware)2020-01-301-84/+84
| * tracing: Move mmio tracer config up with the other tracersSteven Rostedt (VMware)2020-01-301-13/+13
| * tracing: Move tracing test module configs togetherSteven Rostedt (VMware)2020-01-301-11/+11
| * tracing: Move all function tracing configs togetherSteven Rostedt (VMware)2020-01-301-71/+71
| * tracing: Add kprobe event command generation test moduleTom Zanussi2020-01-303-0/+238
| * tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi2020-01-302-27/+17
| * tracing: Add kprobe event command generation functionsTom Zanussi2020-01-301-0/+161
| * tracing: Add synth event generation test moduleTom Zanussi2020-01-303-0/+537
| * tracing: Add synth_event_trace() and related functionsTom Zanussi2020-01-301-0/+463
| * tracing: Add synthetic event command generation functionsTom Zanussi2020-01-301-4/+375
| * tracing: Add dynamic event command creation interfaceTom Zanussi2020-01-302-0/+273
| * tracing: Add synth_event_delete()Tom Zanussi2020-01-301-16/+41