summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dirSteven Rostedt (Red Hat)2015-05-133-20/+20
* tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)2015-05-135-30/+30
* tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename ftrace_output functions to trace_outputSteven Rostedt (Red Hat)2015-05-131-8/+8
* tracing: Rename ftrace_event_buffer to trace_event_buffer.Steven Rostedt (Red Hat)2015-05-131-7/+7
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-1315-129/+129
* tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-139-145/+145
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-138-24/+24
* tracing: Rename ftrace_print_*() functions ta trace_print_*()Steven Rostedt (Red Hat)2015-05-131-17/+17
* tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-132-3/+3
* ftrace: Provide trace clock monotonic rawDrew Richardson2015-05-121-0/+1
* tracing: Export tracing clock functionsJerry Snitselaar2015-05-121-0/+3
* tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2015-05-061-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-263-4/+4
|\
| * VFS: kernel/: d_inode() annotationsDavid Howells2015-04-153-7/+7
* | Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2015-04-222-3/+20
|\ \
| * | tracing: Fix possible out of bounds memory access when parsing enumsSteven Rostedt (Red Hat)2015-04-171-0/+6
| * | tracing: Fix incorrect enabling of trace events by boot cmdlineJoonsoo Kim2015-04-161-1/+8
| * | tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-04-161-2/+6
* | | tracing: remove use of seq_printf return valueJoe Perches2015-04-151-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-145-6/+245
|\ \ \
| * | | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Ingo Molnar2015-04-022-1/+9
| * | | tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov2015-04-021-0/+78
| * | | tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov2015-04-021-0/+14
| * | | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-023-0/+139
| * | | tracing: Add kprobe flagAlexei Starovoitov2015-04-021-1/+1
| * | | Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-271-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | perf: Remove type specific target pointersPeter Zijlstra2015-03-231-5/+5
* | | | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-1412-45/+489
|\ \ \ \ | | |_|/ | |/| |
| * | | tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)2015-04-082-4/+269
| * | | tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2015-04-082-5/+46
| * | | tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2015-04-083-1/+146
| * | | ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)2015-04-021-8/+14
| * | | ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)2015-03-301-4/+1
| * | | trace: Don't use __weak in header filesStephen Rothwell2015-03-254-24/+15
| * | | tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang2015-03-251-1/+1
| * | | tracing: %pF is only for function pointersScott Wood2015-03-251-3/+3
| * | | ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-03-251-6/+5
| |/ /
* | | Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-148-142/+130
|\ \ \ | |/ / |/| |
| * | tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)2015-02-031-70/+5
| * | tracing: Automatically mount tracefs on debugfs/tracingSteven Rostedt (Red Hat)2015-02-031-3/+33
| * | tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-038-66/+74
| * | tracing: Create cmdline tracer options on tracing fs initSteven Rostedt (Red Hat)2015-02-031-9/+21
| * | tracing: Only create tracer options files if directory existsSteven Rostedt (Red Hat)2015-02-031-2/+5
| * | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt (Red Hat)2015-02-024-25/+102
| |\ \
* | | | ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-091-3/+3
* | | | ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-091-6/+22
* | | | ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)2015-03-091-2/+6
* | | | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-4/+4
* | | | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-1219-150/+175
|\ \ \ \
OpenPOWER on IntegriCloud