Searched refs:exact (Results 1 – 6 of 6) sorted by relevance
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-func_find.txt | 21 address. The given address does not have to be exact, it will select the function 28 by given address _addr_. The _addr_ does not have to be exact, it will select the
|
D | libtraceevent-func_apis.txt | 49 address. The given address does not have to be exact, it will select 56 by given address _addr_. The _addr_ does not have to be exact, it will select
|
/tools/lib/bpf/ |
D | linker.c | 1292 static bool glob_sym_btf_matches(const char *sym_name, bool exact, in glob_sym_btf_matches() argument 1307 if (!exact && btf_is_fwd(t1) != btf_is_fwd(t2)) { in glob_sym_btf_matches() 1378 exact = false; in glob_sym_btf_matches() 1415 if (!exact) in glob_sym_btf_matches() 1440 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches() 1460 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches()
|
/tools/memory-model/ |
D | README | 38 please try using the exact version called out above.
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 124 A perf_header_string with the exact CPU type. On x86 this is
|
D | perf-intel-pt.txt | 40 the exact flow of software execution. Intel PT can be used to understand why 741 In per-thread mode an exact list of threads is traced. There is no inheritance.
|