Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtrace_events.h550 struct synth_event_trace_state { struct
567 struct synth_event_trace_state *trace_state); argument
569 struct synth_event_trace_state *trace_state);
571 struct synth_event_trace_state *trace_state);
572 extern int synth_event_trace_end(struct synth_event_trace_state *trace_state);
/linux-6.1.9/kernel/trace/
Dtrace_events_synth.c1556 struct synth_event_trace_state *trace_state) in __synth_event_trace_init()
1585 struct synth_event_trace_state *trace_state, in __synth_event_trace_start()
1614 __synth_event_trace_end(struct synth_event_trace_state *trace_state) in __synth_event_trace_end()
1643 struct synth_event_trace_state state; in synth_event_trace()
1748 struct synth_event_trace_state state; in synth_event_trace_array()
1847 struct synth_event_trace_state *trace_state) in synth_event_trace_start()
1871 struct synth_event_trace_state *trace_state) in __synth_event_add_val()
1989 struct synth_event_trace_state *trace_state) in synth_event_add_next_val()
2024 struct synth_event_trace_state *trace_state) in synth_event_add_val()
2050 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.1.9/Documentation/trace/
Devents.rst820 struct synth_event_trace_state trace_state;
826 struct synth_event_trace_state object, which will be zeroed before use and
838 same synth_event_trace_state object used in the synth_event_trace_start(),
867 used. Each call is passed the same synth_event_trace_state object used in
889 struct synth_event_trace_state object used in the previous calls::