summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-071-10/+8
| * | tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2021-12-062-4/+2
| * | tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang2021-12-061-1/+1
| * | tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)2021-12-061-7/+4
| * | tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)2021-12-061-18/+7
| * | tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)2021-12-061-11/+5
| * | tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2021-12-062-27/+36
| * | tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)2021-12-061-1/+1
| * | tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2021-12-061-0/+3
| * | tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-064-6/+59
| * | tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King2021-12-061-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-12/+4
|\ \ \
| * | | trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+1
| * | | trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-2/+1
| * | | ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+2
* | | | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-10/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa2021-12-201-9/+9
| * | | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
* | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-103-21/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-313-14/+69
| |\ \ \
| | * | | bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-13/+13
| | * | | add missing bpf-cgroup.h includesJakub Kicinski2021-12-162-0/+2
| | * | | bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-1/+54
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-162-6/+13
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-5/+1
| |\ \ \ \
| | * | | | bpf: Remove config check to enable bpf support for branch recordsKajol Jain2021-12-061-5/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-024-7/+34
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-263-22/+36
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-183-8/+14
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-2/+4
| |\ \ \ \ \ \
| | * | | | | | bpf: Introduce btf_tracing_idsSong Liu2021-11-121-2/+2
| | * | | | | | bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+2
* | | | | | | | tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-051-2/+2
* | | | | | | | tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-051-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin2021-12-091-5/+6
* | | | | | | ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa2021-12-081-0/+4
* | | | | | | ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa2021-12-081-1/+3
| |_|_|_|/ / |/| | | | |
* | | | | | tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-011-0/+3
* | | | | | tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)2021-12-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)2021-11-271-1/+1
* | | | | tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-11-261-6/+18
* | | | | tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-11-261-0/+12
| |_|_|/ |/| | |
* | | | tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa2021-11-231-0/+1
* | | | Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-192-22/+35
|\ \ \ \ | |_|_|/ |/| | |