Searched refs:trace_events (Results 1 – 10 of 10) sorted by relevance
| /tools/tracing/rtla/src/ |
| A D | trace.h | 5 struct trace_events { struct 6 struct trace_events *next; argument 43 struct trace_events *trace_event_alloc(const char *event_string); 45 struct trace_events *events); 47 struct trace_events *events); 49 struct trace_events *events); 51 int trace_event_add_filter(struct trace_events *event, char *filter); 52 int trace_event_add_trigger(struct trace_events *event, char *trigger);
|
| A D | trace.c | 254 struct trace_events *tevent = events; in trace_events_free() 255 struct trace_events *free_event; in trace_events_free() 276 struct trace_events *tevent; in trace_event_alloc() 360 struct trace_events *tevent) in trace_event_save_hist() 409 struct trace_events *tevent) in trace_event_disable_trigger() 438 struct trace_events *events) in trace_events_disable() 440 struct trace_events *tevent = events; in trace_events_disable() 462 struct trace_events *tevent) in trace_event_enable_filter() 497 struct trace_events *tevent) in trace_event_enable_trigger() 533 struct trace_events *events) in trace_events_enable() [all …]
|
| A D | timerlat.h | 49 struct trace_events *events;
|
| A D | osnoise.h | 30 struct trace_events *events;
|
| A D | osnoise_top.c | 325 struct trace_events *tevent; in osnoise_top_parse_args()
|
| A D | osnoise_hist.c | 484 struct trace_events *tevent; in osnoise_hist_parse_args()
|
| A D | timerlat_top.c | 546 struct trace_events *tevent; in timerlat_top_parse_args()
|
| A D | timerlat_hist.c | 787 struct trace_events *tevent; in timerlat_hist_parse_args()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| 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()
|
| A D | aolib.h | 743 enum trace_events { enum 764 extern int __trace_event_expect(enum trace_events type, int family, 770 static inline void trace_hash_event_expect(enum trace_events type, in trace_hash_event_expect() 785 static inline void trace_ao_event_expect(enum trace_events type, in trace_ao_event_expect() 801 static inline void trace_ao_event_sk_expect(enum trace_events type, in trace_ao_event_sk_expect() 816 static inline void trace_ao_event_sne_expect(enum trace_events type, in trace_ao_event_sne_expect()
|
Completed in 17 milliseconds