summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+27
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-191-1/+6
* bpf: avoid warning for wrong pointer castArnd Bergmann2016-04-181-2/+2
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-141-3/+7
* bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-071-0/+18
* bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-071-1/+41
* bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov2016-04-071-2/+43
* perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-074-31/+36
* perf: optimize perf_fetch_caller_regsAlexei Starovoitov2016-04-071-0/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-2411-111/+222
|\
| * tracing: Record and show NMI statePeter Zijlstra2016-03-223-3/+9
| * tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-03-221-0/+3
| * tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov2016-03-181-1/+0
| * tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-03-181-1/+4
| * tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-03-181-2/+6
| * tracing: Fix return while holding a lock in register_tracer()Chunyu Hu2016-03-181-2/+4
| * ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang2016-03-181-3/+1
| * ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa2016-03-181-5/+5
| * ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa2016-03-181-10/+17
| * tracing: Fix typoes in code comment and printk in trace_nop.cChunyu Hu2016-03-081-2/+2
| * tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)2016-03-082-30/+49
| * tracing: Add an unreg_all() callback to trigger commandsTom Zanussi2016-03-082-2/+20
| * tracing: Add needs_rec flag to event triggersTom Zanussi2016-03-082-1/+9
| * tracing: Add a per-event-trigger 'paused' fieldTom Zanussi2016-03-082-0/+5
| * tracing: Add get_syscall_name()Tom Zanussi2016-03-082-0/+16
| * tracing: Add event record param to trigger_ops.func()Tom Zanussi2016-03-082-19/+23
| * tracing: Make event trigger functions availableTom Zanussi2016-03-082-15/+27
| * tracing: Make ftrace_event_field checking functions availableTom Zanussi2016-03-082-12/+12
| * tracing: Make tracer_flags use the right set_flag callbackChunyu Hu2016-03-083-14/+21
* | kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-229-51/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
|\ \
| * | bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-081-2/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-083-14/+22
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-35/+8
| |\ \
| * | | bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+2
* | | | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-03-141-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2016-02-111-0/+7
| | |\ \ \
| | * | | | cpufreq: powernv/tracing: Add powernv_throttle tracepointShilpasri G Bhat2016-02-051-0/+1
| | | |/ / | | |/| |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-142-11/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song2016-02-291-7/+9
| * | | | Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-293-37/+8
| |\ \ \ \
| * | | | | kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau2016-02-091-4/+15
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-042-12/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2016-03-042-12/+15
* | | | | Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-02-251-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-02-241-1/+2
* | | | | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-1/+5
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi2016-02-191-1/+5
| |/ /
OpenPOWER on IntegriCloud