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