Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 6 of 6) sorted by relevance

/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt21 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
Dlibtraceevent-func_apis.txt49 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/
Dlinker.c1292 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/
DREADME38 please try using the exact version called out above.
/tools/perf/Documentation/
Dperf.data-file-format.txt124 A perf_header_string with the exact CPU type. On x86 this is
Dperf-intel-pt.txt40 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.