OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ins__is_call
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h
50
bool
ins__is_call
(const struct ins *ins);
annotate.c
104
bool
ins__is_call
(const struct ins *ins)
function
832
if (dl->ins &&
ins__is_call
(dl->ins) && !dl->ops.target.name) {
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c
177
} else if (
ins__is_call
(dl->ins)) {
451
if (!
ins__is_call
(dl->ins))
Completed in 1392 milliseconds