| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_output.c | 293 struct trace_event *trace_event) in trace_raw_output_prep() argument 300 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep() 658 struct trace_event *ftrace_find_event(int type) in ftrace_find_event() 660 struct trace_event *event; in ftrace_find_event() 677 struct trace_event *e; in trace_search_list() 728 int register_trace_event(struct trace_event *event) in register_trace_event() 797 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event() 808 int unregister_trace_event(struct trace_event *event) in unregister_trace_event() 823 struct trace_event *event) in trace_nop_print() 832 struct trace_event *event) in trace_fn_trace() [all …]
|
| H A D | trace_output.h | 24 extern struct trace_event *ftrace_find_event(int type); 27 int flags, struct trace_event *event); 32 extern int __unregister_trace_event(struct trace_event *event);
|
| H A D | trace_branch.c | 141 int flags, struct trace_event *event) in trace_branch_print() 168 static struct trace_event trace_branch_event = {
|
| H A D | trace_functions_graph.c | 976 struct trace_event *event; in print_graph_comment() 1107 struct trace_event *event) in print_graph_function_event() 1271 static struct trace_event graph_trace_entry_event = { 1276 static struct trace_event graph_trace_ret_event = {
|
| H A D | trace_syscalls.c | 128 struct trace_event *event) in print_syscall_enter() 175 struct trace_event *event) in print_syscall_exit()
|
| H A D | blktrace.c | 1574 int flags, struct trace_event *event) in blk_trace_event_print() 1596 struct trace_event *event) in blk_trace_event_print_binary() 1641 static struct trace_event trace_blk_event = {
|
| H A D | trace_kprobe.c | 1480 struct trace_event *event) in print_kprobe_event() 1510 struct trace_event *event) in print_kretprobe_event()
|
| H A D | trace.c | 2810 struct trace_event *event; in output_printk() 3987 struct trace_event *event; in print_trace_fmt() 4018 struct trace_event *event; in print_raw_fmt() 4044 struct trace_event *event; in print_hex_fmt() 4073 struct trace_event *event; in print_bin_fmt()
|
| H A D | trace_uprobe.c | 1018 print_uprobe_event(struct trace_iterator *iter, int flags, struct trace_event *event) in print_uprobe_event()
|
| H A D | trace_events_synth.c | 313 struct trace_event *event) in print_synth_event()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0014-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch | 10 chromium/base/trace_event/malloc_dump_provider.cc | 2 ++ 34 diff --git a/chromium/base/trace_event/malloc_dump_provider.cc b/chromium/base/trace_event/malloc_d… 36 --- a/chromium/base/trace_event/malloc_dump_provider.cc 37 +++ b/chromium/base/trace_event/malloc_dump_provider.cc
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | trace-event.h | 15 struct trace_event { struct 20 int trace_event__init(struct trace_event *t); argument 21 void trace_event__cleanup(struct trace_event *t); 48 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
| H A D | trace-event.c | 25 static struct trace_event tevent; 28 int trace_event__init(struct trace_event *t) in trace_event__init() 65 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
|
| H A D | debug.h | 53 void trace_event(union perf_event *event);
|
| H A D | session.h | 30 struct trace_event tevent;
|
| H A D | debug.c | 166 void trace_event(union perf_event *event) in trace_event() function
|
| H A D | trace-event-read.c | 373 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report()
|
| H A D | session.c | 1265 trace_event(event); in dump_event()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0001-mallinfo-implementation-is-glibc-specific.patch | 12 base/trace_event/malloc_dump_provider.cc | 3 +++ 52 diff --git a/base/trace_event/malloc_dump_provider.cc b/base/trace_event/malloc_dump_provider.cc 54 --- a/base/trace_event/malloc_dump_provider.cc 55 +++ b/base/trace_event/malloc_dump_provider.cc
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | trace_events.h | 54 struct trace_event; 57 struct trace_event *event); 122 int flags, struct trace_event *event); 131 struct trace_event { struct 138 extern int register_trace_event(struct trace_event *event); argument 139 extern int unregister_trace_event(struct trace_event *event); 286 struct trace_event event;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/ |
| H A D | 0001-media-gpu-v4l2-VD-Add-sequenced_task_runner_handle.h.patch | 39 #include "base/trace_event/trace_event.h"
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | .gitignore | 31 trace_event
|
| H A D | Makefile | 35 tprogs-y += trace_event 92 trace_event-objs := trace_event_user.o $(TRACE_HELPERS)
|
| /OK3568_Linux_fs/kernel/include/trace/ |
| H A D | trace_events.h | 354 struct trace_event *trace_event) \ 363 ret = trace_raw_output_prep(iter, trace_event); \ 379 struct trace_event *event) \
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | boottime-trace.rst | 133 processing (for example,. ``kernel.ftrace=function`` and ``kernel.trace_event`` 209 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f… 215 trace_event = "initcall:*"
|