summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)1-8/+10
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-10-28tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)1-2/+2
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2021-10-27ftrace: do CPU checking after preemption disabled王贇1-3/+3
2021-10-27ftrace: disable preemption when recursion locked王贇2-15/+5
2021-10-27tracing/histogram: Optimize division by a power of 2Kalesh Singh1-0/+4
2021-10-27tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh1-30/+74
2021-10-27tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh1-26/+17
2021-10-27tracing: Fix operator precedence for hist triggers expressionKalesh Singh1-70/+140
2021-10-27tracing: Add division and multiplication support for hist triggersKalesh Singh1-1/+71
2021-10-27tracing: Add support for creating hist trigger variables from literalKalesh Singh1-1/+70
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo1-2/+2
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers1-0/+4
2021-10-26trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira1-5/+6
2021-10-26trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira1-7/+7
2021-10-26ftrace: Make ftrace_profile_pages_init staticchongjiapeng1-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-13/+65
2021-10-22bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen1-0/+2
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa1-0/+62
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa1-0/+142
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-21tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-21x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)1-2/+4
2021-10-20tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)1-6/+1
2021-10-20tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)1-6/+6
2021-10-20tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-20tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-13/+10
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-3/+4
2021-10-19tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-2/+2
2021-10-14tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)1-3/+51
2021-10-14tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-11tracing: Fix missing * in comment blockColin Ian King1-1/+1
2021-10-11tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi1-0/+7
2021-10-11ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-0/+5
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-07tracing: Fix missing osnoise tracer on max_latencyJackie Liu1-7/+4
2021-10-06tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2-35/+445
2021-10-06tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)7-61/+217
2021-10-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+51
2021-10-01tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-1/+1
2021-10-01kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu1-1/+1
2021-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8