Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtrace_events.h540 struct synth_event_trace_state { struct
557 struct synth_event_trace_state *trace_state); argument
559 struct synth_event_trace_state *trace_state);
561 struct synth_event_trace_state *trace_state);
562 extern int synth_event_trace_end(struct synth_event_trace_state *trace_state);
/Linux-v5.15/kernel/trace/
Dtrace_events_synth.c1539 struct synth_event_trace_state *trace_state) in __synth_event_trace_init()
1568 struct synth_event_trace_state *trace_state, in __synth_event_trace_start()
1597 __synth_event_trace_end(struct synth_event_trace_state *trace_state) in __synth_event_trace_end()
1626 struct synth_event_trace_state state; in synth_event_trace()
1731 struct synth_event_trace_state state; in synth_event_trace_array()
1830 struct synth_event_trace_state *trace_state) in synth_event_trace_start()
1854 struct synth_event_trace_state *trace_state) in __synth_event_add_val()
1972 struct synth_event_trace_state *trace_state) in synth_event_add_next_val()
2007 struct synth_event_trace_state *trace_state) in synth_event_add_val()
2033 int synth_event_trace_end(struct synth_event_trace_state *trace_state) in synth_event_trace_end()
Dsynth_event_gen_test.c321 struct synth_event_trace_state trace_state; in test_add_next_synth_val()
377 struct synth_event_trace_state trace_state; in test_add_synth_val()
/Linux-v5.15/Documentation/trace/
Devents.rst801 struct synth_event_trace_state trace_state;
807 struct synth_event_trace_state object, which will be zeroed before use and
819 same synth_event_trace_state object used in the synth_event_trace_start(),
848 used. Each call is passed the same synth_event_trace_state object used in
870 struct synth_event_trace_state object used in the previous calls::