summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_boot.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-26tracing: Initialize integer variable to prevent garbage return valueGautam Menghani1-1/+1
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers1-0/+4
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu1-12/+12
2021-09-09tracing/boot: Fix to check the histogram control param is a leaf nodeMasami Hiramatsu1-3/+3
2021-09-09tracing/boot: Fix trace_boot_hist_add_array() to check array is valueMasami Hiramatsu1-4/+3
2021-09-08tracing/boot: Fix to loop on only subkeysMasami Hiramatsu1-3/+3
2021-08-16tracing/boot: Show correct histogram error commandMasami Hiramatsu1-4/+10
2021-08-16tracing/boot: Support multiple histograms for each eventMasami Hiramatsu1-9/+32
2021-08-16tracing/boot: Support multiple handlers for per-event histogramMasami Hiramatsu1-8/+35
2021-08-16tracing/boot: Add per-event histogram action optionsMasami Hiramatsu1-0/+231
2021-08-16tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu1-6/+9
2021-06-10tracing/boot: Add per-group/all events enablementMasami Hiramatsu1-2/+25
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-0/+2
2020-10-15tracing/boot: Add ftrace.instance.*.alloc_snapshot optionMasami Hiramatsu1-0/+6
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu1-2/+5
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann1-2/+6
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu1-1/+1
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu1-12/+8
2020-01-31tracing: Change trace_boot to use synth_event interfaceTom Zanussi1-19/+12
2020-01-30tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi1-20/+15
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu1-15/+0
2020-01-29tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu1-1/+8
2020-01-24tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)1-0/+1
2020-01-21tracing/boot: Fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1
2020-01-13tracing/boot: Add function tracer filter optionsMasami Hiramatsu1-0/+40
2020-01-13tracing/boot: Add cpu_mask option supportMasami Hiramatsu1-0/+14
2020-01-13tracing/boot: Add instance node supportMasami Hiramatsu1-5/+38
2020-01-13tracing/boot: Add synthetic event supportMasami Hiramatsu1-0/+47
2020-01-13tracing/boot Add kprobe event supportMasami Hiramatsu1-0/+46
2020-01-13tracing/boot: Add per-event settingsMasami Hiramatsu1-0/+60
2020-01-13tracing/boot: Add boot-time tracingMasami Hiramatsu1-0/+113
2010-06-08tracing: Remove boot tracerAmérico Wang1-185/+0
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt1-2/+6
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-4/+8
2009-09-04tracing: remove users of tracing_resetSteven Rostedt1-3/+1
2009-04-07tracing: use macros to denote usec and nsec per secondLi Zefan1-2/+3
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo1-14/+6
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo1-8/+4
2009-02-03trace: let boot trace be chosen by command lineSteven Rostedt1-4/+7
2009-01-06Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar1-0/+1
2009-01-01cpumask: convert kernel trace functions furtherRusty Russell1-1/+1
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt1-0/+1
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg1-11/+1
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker1-1/+2
2008-11-12tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker1-30/+93
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt1-9/+0
2008-11-08ftrace: fix sched_switch APISteven Rostedt1-3/+3
2008-11-08ftrace: fix boot trace sched startupSteven Rostedt1-2/+7
2008-11-04tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker1-2/+2