summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-101-39/+36Star
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-101-6/+6
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
|\
| * block: Fix secure eraseAdrian Hunter2016-08-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-3/+3
|\|
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
* | bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-131-0/+2
* | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-131-0/+30
|/
* Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-08-032-7/+11
|\
| * tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi2016-08-021-3/+3
| * tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt2016-08-021-4/+4
| * Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-08-021-0/+4
* | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-2912-453/+565
|\ \ | |/ |/|
| * ftrace: Reduce size of function graph entriesNamhyung Kim2016-07-052-2/+13
| * tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi2016-07-051-0/+1
| * tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun2016-07-051-6/+2Star
| * ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-053-6/+14
| * tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes2016-06-271-9/+8Star
| * tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2016-06-241-1/+18
| * tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas2016-06-201-7/+3Star
| * tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)2016-06-201-0/+8
| * tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski2016-06-201-59/+24Star
| * tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-203-0/+44
| * ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-205-185/+148Star
| * tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)2016-06-203-102/+124
| * tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)2016-06-203-31/+77
| * tracing: Move filtered_pid helper functions into trace.cSteven Rostedt2016-06-202-51/+78
| * tracing: Make the pid filtering helper functions globalSteven Rostedt2016-06-202-17/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-49/+115
|\ \
| * | bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-261-0/+45
| * | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton2016-07-201-1/+3
| * | bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-18/+15Star
| * | bpf, perf: split bpf_perf_event_outputDaniel Borkmann2016-07-151-13/+22
| * | perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-151-2/+4
| * | bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2016-07-091-0/+13
| * | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-3/+8
| * | bpf, trace: fetch current cpu only onceDaniel Borkmann2016-06-301-2/+3
| * | bpf: minor cleanups on fd maps and helpersDaniel Borkmann2016-06-301-12/+6Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-302-3/+14
| |\ \
| * | | bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-161-10/+8Star
* | | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-2/+4
|\ \ \ \
| * | | | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-2/+4
* | | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-30/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | blktrace: avoid using timespecArnd Bergmann2016-06-171-3/+4
| |/ / /
| * | | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+3
| * | | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-0/+5
| * | | blktrace: use op accessorsMike Christie2016-06-071-26/+36
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-291-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2016-06-161-0/+4