summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ftrace: Remove NR_TO_INIT macroAlex Shi2020-01-211-3/+0
| * ftrace: Remove abandoned macrosAlex Shi2020-01-211-2/+0
| * tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)2020-01-161-5/+19
| * ring-buffer: Fix kernel doc for rb_update_event()Steven Rostedt (VMware)2020-01-141-3/+3
| * ring-bufer: kernel-doc warning fixesFabian Frederick2020-01-141-0/+3
| * tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-132-16/+45
| * tracing/boot: Add function tracer filter optionsMasami Hiramatsu2020-01-131-0/+40
| * tracing/boot: Add cpu_mask option supportMasami Hiramatsu2020-01-132-13/+43
| * tracing/boot: Add instance node supportMasami Hiramatsu2020-01-131-5/+38
| * tracing/boot: Add synthetic event supportMasami Hiramatsu2020-01-132-0/+52
| * tracing/boot Add kprobe event supportMasami Hiramatsu2020-01-132-0/+51
| * tracing/boot: Add per-event settingsMasami Hiramatsu2020-01-132-1/+61
| * tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-134-5/+128
| * tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu2020-01-131-1/+1
| * tracing: Accept different type for synthetic event fieldsMasami Hiramatsu2020-01-131-2/+5
| * tracing: kprobes: Register to dynevent earlier stageMasami Hiramatsu2020-01-131-4/+15
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-133-31/+31
| * tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu2020-01-131-0/+7
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-1315-126/+126
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-1317-193/+193
* | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-053-6/+6
|\ \
| * | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-113-6/+6
* | | Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-01-291-2/+4
|\ \ \
| * | | tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)2020-01-271-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-291-3/+24
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-267-70/+158
| |\| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-3/+24
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-3/+24
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-288-168/+139
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar2020-01-281-1/+2
| |\ \ \ \
| | * | | | tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)2020-01-171-1/+2
| * | | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-206-6/+27
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-258-168/+138
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1022-145/+1436
| | |\ \ \ | | | | |/ | | | |/|
| | * | | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-278-168/+138
* | | | | tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu2020-01-224-28/+22
* | | | | tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa2020-01-201-0/+5
* | | | | tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-201-0/+22
* | | | | tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-142-16/+45
* | | | | tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu2020-01-144-48/+86
| |_|_|/ |/| | |
* | | | tracing: Fix indentation issueColin Ian King2020-01-031-1/+1
* | | | kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-031-1/+3
* | | | ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-031-3/+3
* | | | tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-031-0/+5
* | | | tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)2020-01-031-0/+14
* | | | tracing: Initialize val to zero in parse_entry of inject codeSteven Rostedt (VMware)2020-01-031-1/+1
|/ / /
* | | tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
* | | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-212-4/+12
* | | tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-201-2/+2
* | | tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-201-1/+1