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.c104 {"data_test", no_argument, NULL, 'd' },
145 bool data_test; member
636 bool data = opt->data_test; in msg_loop()
1607 bool data = opt->data_test; in test_txmsg_skb()
1610 opt->data_test = true; in test_txmsg_skb()
1652 opt->data_test = data; in test_txmsg_skb()
1721 bool data = opt->data_test; in test_txmsg_pop()
1746 opt->data_test = false; in test_txmsg_pop()
1760 opt->data_test = data; in test_txmsg_pop()
1765 bool data = opt->data_test; in test_txmsg_push()
[all...]
/linux/kernel/trace/
H A Dtrace_events_hist.c4979 struct action_data *data_test = hist_data_test->actions[i]; in actions_match() local
4982 if (data->handler != data_test->handler) in actions_match()
4984 if (data->action != data_test->action) in actions_match()
4987 if (data->n_params != data_test->n_params) in actions_match()
4991 if (strcmp(data->params[j], data_test->params[j]) != 0) in actions_match()
5000 if (data_test->use_trace_keyword) in actions_match()
5001 action_name_test = data_test->synth_event_name; in actions_match()
5003 action_name_test = data_test->action_name; in actions_match()
5010 data_test->match_data.event_system) != 0) in actions_match()
5013 data_test->match_data.event) != 0) in actions_match()
[all …]