Searched refs:trace_events (Results 1 – 16 of 16) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | trace.h | 5 struct trace_events { struct 6 struct trace_events *next; argument 40 struct trace_events *trace_event_alloc(const char *event_string); 42 struct trace_events *events); 44 struct trace_events *events); 46 struct trace_events *events); 48 int trace_event_add_filter(struct trace_events *event, char *filter); 49 int trace_event_add_trigger(struct trace_events *event, char *trigger);
|
H A D | trace.c | 204 struct trace_events *tevent = events; in trace_events_free() 205 struct trace_events *free_event; in trace_events_free() 226 struct trace_events *tevent; in trace_event_alloc() 310 struct trace_events *tevent) in trace_event_save_hist() 359 struct trace_events *tevent) in trace_event_disable_trigger() 388 struct trace_events *events) in trace_events_disable() 390 struct trace_events *tevent = events; in trace_events_disable() 412 struct trace_events *tevent) in trace_event_enable_filter() 447 struct trace_events *tevent) in trace_event_enable_trigger() 483 struct trace_events *events) in trace_events_enable() [all …]
|
H A D | osnoise_top.c | 48 struct trace_events *events; 359 struct trace_events *tevent; in osnoise_top_parse_args()
|
H A D | osnoise_hist.c | 38 struct trace_events *events; 514 struct trace_events *tevent; in osnoise_hist_parse_args()
|
H A D | timerlat_top.c | 53 struct trace_events *events; 509 struct trace_events *tevent; in timerlat_top_parse_args()
|
H A D | timerlat_hist.c | 47 struct trace_events *events; 723 struct trace_events *tevent; in timerlat_hist_parse_args()
|
/linux/samples/ |
H A D | Makefile | 23 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ 24 obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
|
H A D | Kconfig | 14 tristate "Build trace_events examples -- loadable modules only"
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace-tcp.c | 28 enum trace_events type; 57 int __trace_event_expect(enum trace_events type, int family, in __trace_event_expect() 208 static bool event_has_flags(enum trace_events event) in event_has_flags() 289 static int tracer_scan_event(const char *line, enum trace_events event, in tracer_scan_event()
|
H A D | aolib.h | 676 enum trace_events { enum 697 extern int __trace_event_expect(enum trace_events type, int family, 703 static inline void trace_hash_event_expect(enum trace_events type, in trace_hash_event_expect() 718 static inline void trace_ao_event_expect(enum trace_events type, in trace_ao_event_expect() 734 static inline void trace_ao_event_sk_expect(enum trace_events type, in trace_ao_event_sk_expect() 749 static inline void trace_ao_event_sne_expect(enum trace_events type, in trace_ao_event_sne_expect()
|
/linux/kernel/trace/ |
H A D | Makefile | 77 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
|
H A D | trace_events.c | 3236 start = mod->trace_events; in trace_module_add_events() 3237 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
|
/linux/include/linux/ |
H A D | module.h | 531 struct trace_event_call **trace_events; member
|
/linux/Documentation/trace/ |
H A D | user_events.rst | 23 tools that can read trace_events (such as ftrace and perf). The registration
|
H A D | events.rst | 100 See The example provided in samples/trace_events
|
/linux/kernel/module/ |
H A D | main.c | 2178 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections() 2179 sizeof(*mod->trace_events), in find_module_sections()
|