Home
last modified time | relevance | path

Searched refs:trace_printk (Results 1 – 25 of 27) sorted by relevance

12

/linux/kernel/trace/
H A Dring_buffer_benchmark.c247 trace_printk("Starting ring buffer hammer\n"); in ring_buffer_producer()
286 trace_printk("End ring buffer hammer\n"); in ring_buffer_producer()
305 trace_printk("ERROR!\n"); in ring_buffer_producer()
309 trace_printk("Running Consumer at SCHED_FIFO %s\n", in ring_buffer_producer()
312 trace_printk("Running Consumer at nice: %d\n", in ring_buffer_producer()
316 trace_printk("Running Producer at SCHED_FIFO %s\n", in ring_buffer_producer()
319 trace_printk("Running Producer at nice: %d\n", in ring_buffer_producer()
325 trace_printk("WARNING!!! This test is running at lowest priority.\n"); in ring_buffer_producer()
327 trace_printk("Time: %lld (usecs)\n", time); in ring_buffer_producer()
328 trace_printk("Overruns: %lld\n", overruns); in ring_buffer_producer()
[all …]
H A DMakefile70 obj-$(CONFIG_TRACING) += trace_printk.o
/linux/samples/trace_printk/
H A Dtrace-printk.c20 trace_printk("(irq) This is a static string that will use trace_bputs\n"); in trace_printk_irq_work()
21 trace_printk(trace_printk_test_global_str_irq); in trace_printk_irq_work()
23 trace_printk("(irq) This is a %s that will use trace_bprintk()\n", in trace_printk_irq_work()
26 trace_printk(trace_printk_test_global_str_fmt, in trace_printk_irq_work()
34 trace_printk("This is a static string that will use trace_bputs\n"); in trace_printk_init()
35 trace_printk(trace_printk_test_global_str); in trace_printk_init()
41 trace_printk("This is a %s that will use trace_bprintk()\n", in trace_printk_init()
44 trace_printk(trace_printk_test_global_str_fmt, "", "dynamic string"); in trace_printk_init()
/linux/samples/fprobe/
H A Dfprobe_example.c60 trace_printk("Enter <%pS> ip = 0x%p\n", (void *)ip, (void *)ip); in sample_entry_handler()
80 trace_printk("Return from <%pS> ip = 0x%p to rip = 0x%p (%pS)\n", in sample_exit_handler()
/linux/samples/ftrace/
H A Dftrace-direct-modify.c14 trace_printk("my direct func1\n"); in my_direct_func1()
19 trace_printk("my direct func2\n"); in my_direct_func2()
H A Dftrace-direct-multi-modify.c14 trace_printk("my direct func1 ip %lx\n", ip); in my_direct_func1()
19 trace_printk("my direct func2 ip %lx\n", ip); in my_direct_func2()
H A Dftrace-direct.c14 trace_printk("waking up %s-%d\n", p->comm, p->pid); in my_direct_func()
H A Dftrace-direct-multi.c15 trace_printk("ip %lx\n", ip); in my_direct_func()
H A Dftrace-direct-too.c16 trace_printk("handle mm fault vma=%p address=%lx flags=%x regs=%p\n", in my_direct_func()
/linux/tools/perf/util/bpf_skel/
H A Dbench_uprobe.bpf.c16 int BPF_UPROBE(trace_printk) in BPF_UPROBE()
15 BPF_UPROBE(trace_printk) BPF_UPROBE() argument
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_mod_trace.tc22 rmmod trace_printk
/linux/include/linux/
H A Dkernel.h272 #define trace_printk(fmt, ...) \ macro
377 int trace_printk(const char *fmt, ...) in trace_printk() function
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_module.tc13 MOD=trace_printk
/linux/include/linux/sunrpc/
H A Ddebug.h34 # define __sunrpc_printk(fmt, ...) trace_printk(fmt, ##__VA_ARGS__)
/linux/samples/
H A DMakefile26 obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
H A DKconfig26 tristate "Build trace_printk module - tests various trace_printk formats"
29 This builds a module that calls trace_printk() and can be used to
30 test various trace_printk() calls from a module.
/linux/drivers/hwtracing/stm/
H A Ddummy_stm.c30 trace_printk("[%u:%u] [pkt: %x/%x] (%llx)\n", master, channel, in dummy_stm_packet()
/linux/tools/perf/bench/
H A Duprobe.c85 case BENCH_UPROBE__TRACE_PRINTK: bench_uprobe__attach_uprobe(trace_printk); break; in bench_uprobe__setup_bpf_skel()
/linux/net/sunrpc/
H A DKconfig114 This will cause warnings about trace_printk() being used to be
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst65 For the full Documentation see trace_printk()
/linux/Documentation/trace/
H A Dftrace.rst1113 trace_printk
1201 trace_printk
1202 Can disable trace_printk() from writing into the buffer.
1205 Set to have trace_printk() and similar internal tracing functions
1268 When set, trace_printk()s will only show the format
1270 trace_bputs() was used to save the trace_printk()).
2916 trace_printk() For example, if you want to put a comment inside
2918 <linux/ftrace.h> and call trace_printk() inside __might_sleep()::
2920 trace_printk("I'm a comment!\n")
/linux/drivers/usb/early/
H A Dxhci-dbc.c33 #define xdbc_trace trace_printk
/linux/arch/powerpc/kvm/
H A Dbook3s_xics.c29 #define XICS_DBG(fmt...) trace_printk(fmt)
/linux/include/uapi/linux/
H A Dbpf.h2018 * **trace_printk**\ () buffers are allocated). For passing values
5881 FN(trace_printk, 6, ##ctx) \
/linux/tools/include/uapi/linux/
H A Dbpf.h2018 * **trace_printk**\ () buffers are allocated). For passing values
5881 FN(trace_printk, 6, ##ctx) \

12