Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_align.c45 struct bpf_reg_match matches[MAX_MATCHES]; member
64 .matches = {
92 .matches = {
121 .matches = {
143 .matches = {
186 .matches = {
219 .matches = {
259 .matches = {
318 .matches = {
408 .matches = {
[all …]
/tools/net/
Dbpf_dbg.c185 static int matches(const char *cmd, const char *pattern) in matches() function
1072 if (matches(subcmd, "bpf") == 0) { in cmd_load()
1080 } else if (matches(subcmd, "pcap") == 0) { in cmd_load()
1161 else if (matches(subcmd, "reset") == 0) in cmd_breakpoint()
1300 char **matches = NULL; in shell_completion() local
1303 matches = rl_completion_matches(buf, shell_comp_gen); in shell_completion()
1305 return matches; in shell_completion()
/tools/perf/util/
Dcallchain.c895 u64 matches; in append_chain() local
926 matches = cursor->pos - start; in append_chain()
929 if (matches < root->val_nr) { in append_chain()
930 if (split_add_child(root, cursor, cnode, start, matches, in append_chain()
938 if (matches == root->val_nr && cursor->pos == cursor->nr) { in append_chain()
/tools/perf/Documentation/
Dperf.data-file-format.txt253 describing events. This matches the format generated by the kernel.
Dperf-probe.txt223 'a=*' can matches 'a=b', 'a = b', 'a == b' and so on.
/tools/objtool/Documentation/
Dstack-validation.txt151 b) the jump matches sibling call semantics and the frame pointer has
/tools/power/x86/turbostat/
Dturbostat.c2302 int matches = 0; in get_num_ht_siblings() local
2320 matches++; in get_num_ht_siblings()
2325 return matches+1; in get_num_ht_siblings()
/tools/perf/
Dbuiltin-trace.c1296 goto matches; in trace__validate_ev_qualifier()
1307 matches: in trace__validate_ev_qualifier()