summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng
2023-02-21tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler
2023-02-07tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)
2023-02-07tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)
2023-02-07tracing: Add creation of instances at boot command lineSteven Rostedt (Google)
2023-02-02tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2023-01-13tracing: WARN on rcuidlePeter Zijlstra
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)
2022-12-14tracing: Improve panic/die notifiersGuilherme G. Piccoli
2022-12-12tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
2022-12-09tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)
2022-12-09tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)
2022-12-09tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)
2022-12-09tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)
2022-11-23tracing: Make tracepoint_print_iter staticXiu Jianfeng
2022-11-23ring_buffer: Remove unused "event" parameterSong Chen
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian
2022-11-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-10-05tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-09-29tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King
2022-09-29tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)
2022-09-29tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-02tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker
2022-06-17tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-26tracing: Cleanup code by removing init "char *name"liqiong
2022-05-26tracing: Change "char *" string form to "char []"liqiong
2022-05-26tracing: Fix return value of trace_pid_write()Wonhyuk Yang
2022-05-26tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang
2022-04-27tracing: Introduce trace clock taiKurt Kanzenbach