summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-0127-360/+1478
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | tracing/histogram: Fix semicolon.cocci warningskernel test robot2021-10-291-1/+1
| * | | | | | | tracing: Show size of requested perf bufferRobin H. Johnson2021-10-271-1/+2
| * | | | | | | ftrace: do CPU checking after preemption disabled王贇2021-10-271-3/+3
| * | | | | | | ftrace: disable preemption when recursion locked王贇2021-10-272-15/+5
| * | | | | | | tracing/histogram: Optimize division by a power of 2Kalesh Singh2021-10-261-0/+4
| * | | | | | | tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh2021-10-261-30/+74
| * | | | | | | tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh2021-10-261-26/+17
| * | | | | | | tracing: Fix operator precedence for hist triggers expressionKalesh Singh2021-10-261-70/+140
| * | | | | | | tracing: Add division and multiplication support for hist triggersKalesh Singh2021-10-261-1/+71
| * | | | | | | tracing: Add support for creating hist trigger variables from literalKalesh Singh2021-10-261-1/+70
| * | | | | | | tracing/hwlat: Make some internal symbols staticWang ShaoBo2021-10-261-2/+2
| * | | | | | | tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers2021-10-261-0/+4
| * | | | | | | trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira2021-10-251-5/+6
| * | | | | | | trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira2021-10-251-7/+7
| * | | | | | | ftrace: Make ftrace_profile_pages_init staticchongjiapeng2021-10-251-1/+1
| * | | | | | | tracing: use %ps format string to print symbolsArnd Bergmann2021-10-211-10/+5
| * | | | | | | ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)2021-10-211-14/+20
| * | | | | | | ftrace: Add multi direct modify interfaceJiri Olsa2021-10-211-0/+62
| * | | | | | | ftrace: Add multi direct register/unregister interfaceJiri Olsa2021-10-211-0/+142
| * | | | | | | ftrace: Add ftrace_add_rec_direct functionJiri Olsa2021-10-211-27/+37
| * | | | | | | tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)2021-10-211-1/+5
| * | | | | | | tracing: Add trampoline/graph selftestJiri Olsa2021-10-201-1/+53
| * | | | | | | x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-201-2/+4
| * | | | | | | tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2021-10-191-6/+1
| * | | | | | | tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)2021-10-191-6/+6
| * | | | | | | tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-10-191-17/+23
| * | | | | | | tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-191-13/+10
| * | | | | | | tracing: in_irq() cleanupChangbin Du2021-10-132-2/+2
| * | | | | | | ftrace: Add unit test for removing trace functionCarles Pey2021-10-101-0/+34
| * | | | | | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-0/+5
| * | | | | | | tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-0815-96/+103
| * | | | | | | tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)2021-10-071-2/+2
| * | | | | | | tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2021-10-052-35/+445
| * | | | | | | tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2021-10-057-61/+217
| * | | | | | | tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu2021-09-301-13/+4
| * | | | | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
| * | | | | | | kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu2021-09-301-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-3/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig2021-10-191-3/+4
* | | | | | | tracing: Fix misspelling of "missing"Steven Rostedt (VMware)2021-10-291-1/+1
* | | | | | | ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)2021-10-291-8/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)2021-10-271-2/+2
| |_|_|_|/ |/| | | |
* | | | | tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-181-2/+2
|/ / / /
* | | | tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)2021-10-131-3/+51
* | | | tracing: Fix missing * in comment blockColin Ian King2021-10-101-1/+1
* | | | tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi2021-10-101-0/+7
* | | | tracing: Fix missing osnoise tracer on max_latencyJackie Liu2021-10-071-7/+4
|/ / /
* / / blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-09-241-0/+8
|/ /
* | Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-111-19/+18
|\ \