summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi-10/+35
2020-01-30trigger_next should increase position indexVasily Averin-2/+3
2020-01-30tracing: eval_map_next() should always increase position indexVasily Averin-3/+1
2020-01-30ftrace: fpid_next() should increase position indexVasily Averin-2/+3
2020-01-30tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers-1/+3
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu-15/+17
2020-01-29tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu-1/+8
2020-01-28tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi-1/+2
2020-01-28tracing: Add hist trigger error messages for sort specificationTom Zanussi-4/+17
2020-01-28tracing: Simplify assignment parsing for hist triggersTom Zanussi-43/+27
2020-01-28Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-3/+24
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-168/+139
2020-01-28Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar-1/+2
2020-01-27tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)-2/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-70/+158
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)-11/+23
2020-01-24tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)-0/+5
2020-01-24tracing: Remove unneeded NULL checkDan Carpenter-1/+1
2020-01-24tracing: Set kernel_stack's caller size properlyJosef Bacik-1/+1
2020-01-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques-4/+8
2020-01-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)-10/+9
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-3/+24
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu-28/+22
2020-01-22trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZEAlex Shi-1/+0
2020-01-22tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()Steven Rostedt (VMware)-1/+2
2020-01-21tracing/boot: Fix an IS_ERR() vs NULL bugDan Carpenter-1/+1
2020-01-21tracing: Remove unused TRACE_SEQ_BUF_USEDAlex Shi-3/+0
2020-01-21ring-buffer: Remove abandoned macro RB_MISSED_FLAGSAlex Shi-2/+0
2020-01-21ftrace: Remove NR_TO_INIT macroAlex Shi-3/+0
2020-01-21ftrace: Remove abandoned macrosAlex Shi-2/+0
2020-01-20tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa-0/+5
2020-01-20tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)-0/+22
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar-6/+27
2020-01-17tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)-1/+2
2020-01-16tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)-5/+19
2020-01-15bpf: Add bpf_send_signal_thread() helperYonghong Song-3/+24
2020-01-14tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu-16/+45
2020-01-14ring-buffer: Fix kernel doc for rb_update_event()Steven Rostedt (VMware)-3/+3
2020-01-14ring-bufer: kernel-doc warning fixesFabian Frederick-0/+3
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu-48/+86
2020-01-13tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu-16/+45
2020-01-13tracing/boot: Add function tracer filter optionsMasami Hiramatsu-0/+40
2020-01-13tracing/boot: Add cpu_mask option supportMasami Hiramatsu-13/+43
2020-01-13tracing/boot: Add instance node supportMasami Hiramatsu-5/+38
2020-01-13tracing/boot: Add synthetic event supportMasami Hiramatsu-0/+52
2020-01-13tracing/boot Add kprobe event supportMasami Hiramatsu-0/+51
2020-01-13tracing/boot: Add per-event settingsMasami Hiramatsu-1/+61
2020-01-13tracing/boot: Add boot-time tracingMasami Hiramatsu-5/+128
2020-01-13tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu-1/+1