summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_boot.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/boot: Fix to loop on only subkeysMasami Hiramatsu2021-09-081-3/+3
* tracing/boot: Show correct histogram error commandMasami Hiramatsu2021-08-161-4/+10
* tracing/boot: Support multiple histograms for each eventMasami Hiramatsu2021-08-161-9/+32
* tracing/boot: Support multiple handlers for per-event histogramMasami Hiramatsu2021-08-161-8/+35
* tracing/boot: Add per-event histogram action optionsMasami Hiramatsu2021-08-161-0/+231
* tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu2021-08-161-6/+9
* tracing/boot: Add per-group/all events enablementMasami Hiramatsu2021-06-101-2/+25
* tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-141-0/+2
* tracing/boot: Add ftrace.instance.*.alloc_snapshot optionMasami Hiramatsu2020-10-151-0/+6
* tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu2020-09-211-2/+5
* tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu2020-09-211-0/+10
* tracing/boottime: Fix kprobe multiple eventsSascha Ortmann2020-06-231-2/+6
* tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu2020-06-231-1/+1
* tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-061-12/+8
* tracing: Change trace_boot to use synth_event interfaceTom Zanussi2020-01-311-19/+12
* tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi2020-01-301-20/+15
* tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu2020-01-291-15/+0
* tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu2020-01-291-1/+8
* tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)2020-01-241-0/+1
* tracing/boot: Fix an IS_ERR() vs NULL bugDan Carpenter2020-01-211-1/+1
* tracing/boot: Add function tracer filter optionsMasami Hiramatsu2020-01-131-0/+40
* tracing/boot: Add cpu_mask option supportMasami Hiramatsu2020-01-131-0/+14
* tracing/boot: Add instance node supportMasami Hiramatsu2020-01-131-5/+38
* tracing/boot: Add synthetic event supportMasami Hiramatsu2020-01-131-0/+47
* tracing/boot Add kprobe event supportMasami Hiramatsu2020-01-131-0/+46
* tracing/boot: Add per-event settingsMasami Hiramatsu2020-01-131-0/+60
* tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-131-0/+113
* tracing: Remove boot tracerAmérico Wang2010-06-081-185/+0
* tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-121-2/+6
* tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-4/+8
* tracing: remove users of tracing_resetSteven Rostedt2009-09-041-3/+1
* tracing: use macros to denote usec and nsec per secondLi Zefan2009-04-071-2/+3
* tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo2009-02-061-14/+6
* ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo2009-02-061-8/+4
* trace: let boot trace be chosen by command lineSteven Rostedt2009-02-031-4/+7
* Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar2009-01-061-0/+1
|\
| * ftrace: set up trace event hash infrastructureSteven Rostedt2008-12-291-0/+1
* | cpumask: convert kernel trace functions furtherRusty Russell2009-01-011-1/+1
|/
* ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg2008-12-191-11/+1
* tracing/ftrace: change the type of the init() callbackFrederic Weisbecker2008-11-161-1/+2
* tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-121-30/+93
* ftrace: remove ctrl_update methodSteven Rostedt2008-11-081-9/+0
* ftrace: fix sched_switch APISteven Rostedt2008-11-081-3/+3
* ftrace: fix boot trace sched startupSteven Rostedt2008-11-081-2/+7
* tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker2008-11-041-2/+2
* tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker2008-11-041-0/+6
* tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker2008-11-041-12/+16
* tracing/fastboot: fix printk format typo in boot tracerArjan van de Ven2008-10-141-2/+2
* tracing/fastboot: only trace non-module initcallsFrederic Weisbecker2008-10-141-3/+8
* tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker2008-10-141-4/+10