Searched refs:tep_flag (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-set_flag.txt | 15 enum *tep_flag* { 20 void *tep_set_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 21 void *tep_clear_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 22 bool *tep_test_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 27 Trace event parser context flags are defined in *enum tep_flag*:
|
D | libtraceevent.txt | 20 void *tep_set_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 21 void *tep_clear_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 22 bool *tep_test_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flags_);
|
/linux-5.19.10/tools/lib/traceevent/ |
D | event-parse-api.c | 74 void tep_clear_flag(struct tep_handle *tep, enum tep_flag flag) in tep_clear_flag() 88 bool tep_test_flag(struct tep_handle *tep, enum tep_flag flag) in tep_test_flag()
|
D | event-parse.h | 324 enum tep_flag { enum 417 void tep_clear_flag(struct tep_handle *tep, enum tep_flag flag); 418 bool tep_test_flag(struct tep_handle *tep, enum tep_flag flags);
|