summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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: Simplify the Kconfig dependency of FTRACEMasahiro Yamada2021-08-161-5/+1
* tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)2021-08-161-4/+42
* tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)2021-08-161-18/+14
* tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)2021-08-161-0/+1
* tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)2021-08-161-7/+58
* tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu2021-08-161-6/+9
* tracing: Apply trace filters on all output channelsPingfan Liu2021-08-162-35/+15
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-121-0/+2
* tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn2021-08-121-0/+5
* trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira2021-08-121-1/+5
* trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+19
* trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+31
* tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers2021-08-061-14/+67
* tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers2021-08-051-20/+82
* tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers2021-08-051-1/+1
* tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)2021-08-051-1/+1
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-041-1/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-041-0/+4
* tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-07-301-1/+3
* tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)2021-07-231-1/+1
* ftrace: Remove redundant initialization of variable retColin Ian King2021-07-231-1/+1
* ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne2021-07-231-1/+2
* tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)2021-07-231-5/+3
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-232-6/+20
* tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)2021-07-231-1/+1
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-221-4/+24
* Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-171-3/+3
|\
| * tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-151-3/+3
* | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmc...Linus Torvalds2021-07-164-12/+10
|\ \
| * | rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney2021-07-061-2/+2
| * | rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney2021-07-061-1/+0
| * | rcu-tasks: Don't delete holdouts within trc_inspect_reader()Paul E. McKenney2021-07-061-3/+2
| * | refscale: Avoid false-positive warnings in ref_scale_reader()Paul E. McKenney2021-07-061-3/+3
| * | scftorture: Avoid false-positive warnings in scftorture_invoker()Paul E. McKenney2021-07-061-3/+3
* | | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-1/+1
|\ \ \
| * | | kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva2021-07-121-1/+1
* | | | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-143-42/+32
|\ \ \ \
| * | | | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-092-40/+28
| * | | | bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()Toke Høiland-Jørgensen2021-07-011-2/+4
* | | | | fs: add vfs_parse_fs_param_source() helperChristian Brauner2021-07-141-9/+5
* | | | | cgroup: verify that source is a stringChristian Brauner2021-07-141-0/+2
| |/ / / |/| | |
* | | | Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-111-1/+0
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-091-1/+0
| |\ \ \ \
| | * | | | genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* | | | | | Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-112-10/+18
|\ \ \ \ \ \
| * | | | | | sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-021-7/+14