Home
last modified time | relevance | path

Searched refs:trace_events (Results 1 – 15 of 15) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtrace.h5 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 void trace_event_add_filter(struct trace_events *event, char *filter);
49 void trace_event_add_trigger(struct trace_events *event, char *trigger);
7 systemtrace_events global() argument
8 eventtrace_events global() argument
9 filtertrace_events global() argument
10 triggertrace_events global() argument
11 enabledtrace_events global() argument
12 filter_enabledtrace_events global() argument
13 trigger_enabledtrace_events global() argument
H A Dtrace.c266 static void trace_events_free(struct trace_events *events) in trace_events_free()
268 struct trace_events *tevent = events; in trace_events_free()
269 struct trace_events *free_event; in trace_events_free()
288 struct trace_events *trace_event_alloc(const char *event_string) in trace_event_alloc()
290 struct trace_events *tevent; in trace_event_alloc()
308 void trace_event_add_filter(struct trace_events *event, char *filter) in trace_event_add_filter()
319 void trace_event_add_trigger(struct trace_events *event, char *trigger) in trace_event_add_trigger()
331 struct trace_events *tevent) in trace_event_disable_filter()
360 struct trace_events *tevent) in trace_event_save_hist()
418 struct trace_events *teven in trace_event_disable_trigger()
[all...]
H A Dcommon.h78 struct trace_events *events;
H A Dosnoise_top.c
H A Dosnoise_hist.c
H A Dtimerlat_top.c
H A Dtimerlat_hist.c
/linux/samples/
H A DMakefile24 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
25 obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
H A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h743 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()
H A Dftrace-tcp.c28 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()
/linux/kernel/trace/
H A DMakefile96 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
H A Dtrace_events.c3930 start = mod->trace_events; in trace_module_add_events()
3931 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
/linux/Documentation/trace/
H A Duser_events.rst23 tools that can read trace_events (such as ftrace and perf). The registration
/linux/kernel/module/
H A Dmain.c2721 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
2722 sizeof(*mod->trace_events), in find_module_sections()