Searched refs:matches (Results 1 – 6 of 6) sorted by relevance
/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() 1077 } else if (matches(subcmd, "pcap") == 0) { in cmd_load() 1158 else if (matches(subcmd, "reset") == 0) in cmd_breakpoint() 1297 char **matches = NULL; in shell_completion() local 1300 matches = rl_completion_matches(buf, shell_comp_gen); in shell_completion() 1302 return matches; in shell_completion()
|
/tools/perf/util/ |
D | callchain.c | 645 u64 matches; in append_chain() local 676 matches = cursor->pos - start; in append_chain() 679 if (matches < root->val_nr) { in append_chain() 680 if (split_add_child(root, cursor, cnode, start, matches, in append_chain() 688 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 | 218 'a=*' can matches 'a=b', 'a = b', 'a == b' and so on.
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 1778 int matches = 0; in get_num_ht_siblings() local 1796 matches++; in get_num_ht_siblings() 1801 return matches+1; in get_num_ht_siblings()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 188 b) the jump matches sibling call semantics and the frame pointer has
|