summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers
2021-10-25trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira
2021-10-25trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-13tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)
2021-10-13tracing: in_irq() cleanupChangbin Du
2021-10-10tracing: Fix missing * in comment blockColin Ian King
2021-10-10tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)
2021-10-07tracing: Fix missing osnoise tracer on max_latencyJackie Liu
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-09-30tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu
2021-09-09tracing/boot: Fix to check the histogram control param is a leaf nodeMasami Hiramatsu
2021-09-09tracing/boot: Fix trace_boot_hist_add_array() to check array is valueMasami Hiramatsu
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-09-08tracing/boot: Fix to loop on only subkeysMasami Hiramatsu
2021-09-08tracing: Dynamically allocate the per-elt hist_elt_data arrayTom Zanussi
2021-09-08tracing: synth events: increase max fields countArtem Bityutskiy
2021-09-08tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()Qiang.Zhang