Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtrace_events.h566 struct synth_event_trace_state { struct
583 struct synth_event_trace_state *trace_state); argument
585 struct synth_event_trace_state *trace_state);
587 struct synth_event_trace_state *trace_state);
588 extern int synth_event_trace_end(struct synth_event_trace_state *trace_state);
/linux-6.6.21/kernel/trace/
Dtrace_events_synth.c1630 struct synth_event_trace_state *trace_state) in __synth_event_trace_init()
1659 struct synth_event_trace_state *trace_state, in __synth_event_trace_start()
1688 __synth_event_trace_end(struct synth_event_trace_state *trace_state) in __synth_event_trace_end()
1717 struct synth_event_trace_state state; in synth_event_trace()
1822 struct synth_event_trace_state state; in synth_event_trace_array()
1921 struct synth_event_trace_state *trace_state) in synth_event_trace_start()
1945 struct synth_event_trace_state *trace_state) in __synth_event_add_val()
2063 struct synth_event_trace_state *trace_state) in synth_event_add_next_val()
2098 struct synth_event_trace_state *trace_state) in synth_event_add_val()
2124 int synth_event_trace_end(struct synth_event_trace_state *trace_state) in synth_event_trace_end()
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-6.6.21/Documentation/trace/
Devents.rst846 struct synth_event_trace_state trace_state;
852 struct synth_event_trace_state object, which will be zeroed before use and
864 same synth_event_trace_state object used in the synth_event_trace_start(),
893 used. Each call is passed the same synth_event_trace_state object used in
915 struct synth_event_trace_state object used in the previous calls::