Searched refs:matches (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_align.c | 45 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/ |
D | bpf_dbg.c | 185 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/ |
D | callchain.c | 895 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/ |
D | perf.data-file-format.txt | 253 describing events. This matches the format generated by the kernel.
|
D | perf-probe.txt | 223 'a=*' can matches 'a=b', 'a = b', 'a == b' and so on.
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 151 b) the jump matches sibling call semantics and the frame pointer has
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 2302 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/ |
D | builtin-trace.c | 1296 goto matches; in trace__validate_ev_qualifier() 1307 matches: in trace__validate_ev_qualifier()
|