Home
last modified time | relevance | path

Searched refs:data_test (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c132 bool data_test; member
545 bool data = opt->data_test; in msg_loop()
1512 bool data = opt->data_test; in test_txmsg_pop()
1537 opt->data_test = false; in test_txmsg_pop()
1551 opt->data_test = data; in test_txmsg_pop()
1556 bool data = opt->data_test; in test_txmsg_push()
1581 opt->data_test = false; in test_txmsg_push()
1588 opt->data_test = data; in test_txmsg_push()
1941 options.data_test = true; in main()
/linux/kernel/trace/
H A Dtrace_events_hist.c5026 struct action_data *data_test = hist_data_test->actions[i]; in actions_match() local
5029 if (data->handler != data_test->handler) in actions_match()
5031 if (data->action != data_test->action) in actions_match()
5034 if (data->n_params != data_test->n_params) in actions_match()
5038 if (strcmp(data->params[j], data_test->params[j]) != 0) in actions_match()
5047 if (data_test->use_trace_keyword) in actions_match()
5048 action_name_test = data_test->synth_event_name; in actions_match()
5050 action_name_test = data_test->action_name; in actions_match()
5057 data_test->match_data.event_system) != 0) in actions_match()
5060 data_test->match_data.event) != 0) in actions_match()
[all …]