OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_session__has_traces
(Results
1 - 6
of
6
) sorted by null
/external/linux-tools-perf/util/
session.h
115
bool
perf_session__has_traces
(struct perf_session *self, const char *msg);
session.c
1134
bool
perf_session__has_traces
(struct perf_session *self, const char *msg)
function
[
all
...]
/external/linux-tools-perf/
builtin-kmem.c
499
if (!
perf_session__has_traces
(session, "kmem record"))
builtin-script.c
157
!
perf_session__has_traces
(session, "record -R"))
builtin-timechart.c
1002
if (!
perf_session__has_traces
(session, "timechart record"))
builtin-sched.c
[
all
...]
Completed in 52 milliseconds