1PROBE::JSON_DATA(3stap) JSON Tapset PROBE::JSON_DATA(3stap)
2
3
4
6 probe::json_data - Fires whenever JSON data is wanted by a reader.
7
9 json_data
10
12 None
13
15 This probe fires when the JSON data is about to be read. This probe
16 must gather up data and then call the following macros to output the
17 data in JSON format. First, @json_output_data_start must be called.
18 That call is followed by one or more of the following (one call for
19 each data item): @json_output_string_value, @json_output_numeric_value,
20 @json_output_array_string_value, and @json_output_array_numeric_value.
21 Finally @json_output_data_end must be called.
22
24 tapset::json(3stap)
25
26
27
28SystemTap Tapset Reference October 2018 PROBE::JSON_DATA(3stap)