Home
last modified time | relevance | path

Searched refs:synth_event_trace_state (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dtrace_events.h560 struct synth_event_trace_state { struct
577 struct synth_event_trace_state *trace_state); argument
579 struct synth_event_trace_state *trace_state);
581 struct synth_event_trace_state *trace_state);
582 extern int synth_event_trace_end(struct synth_event_trace_state *trace_state);
/linux/kernel/trace/
H A Dtrace_events_synth.c1623 struct synth_event_trace_state *trace_state) in __synth_event_trace_init()
1652 struct synth_event_trace_state *trace_state, in __synth_event_trace_start()
1681 __synth_event_trace_end(struct synth_event_trace_state *trace_state) in __synth_event_trace_end()
1710 struct synth_event_trace_state state; in synth_event_trace()
1815 struct synth_event_trace_state state; in synth_event_trace_array()
1914 struct synth_event_trace_state *trace_state) in synth_event_trace_start()
1938 struct synth_event_trace_state *trace_state) in __synth_event_add_val()
2056 struct synth_event_trace_state *trace_state) in synth_event_add_next_val()
2091 struct synth_event_trace_state *trace_state) in synth_event_add_val()
2117 int synth_event_trace_end(struct synth_event_trace_state *trace_state) in synth_event_trace_end()
H A Dsynth_event_gen_test.c317 struct synth_event_trace_state trace_state; in test_add_next_synth_val()
373 struct synth_event_trace_state trace_state; in test_add_synth_val()
/linux/Documentation/trace/
H A Devents.rst870 struct synth_event_trace_state trace_state;
876 struct synth_event_trace_state object, which will be zeroed before use and
888 same synth_event_trace_state object used in the synth_event_trace_start(),
917 used. Each call is passed the same synth_event_trace_state object used in
939 struct synth_event_trace_state object used in the previous calls::