OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_lock_depth
(Results
1 - 8
of
8
) sorted by null
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.xs
40
common_lock_depth
(context)
Context.c
98
Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::
common_lock_depth
", "context");
105
RETVAL =
common_lock_depth
(context);
130
newXSproto("Perf::Trace::Context::
common_lock_depth
", XS_Perf__Trace__Context_common_lock_depth, file, "$");
/external/linux-tools-perf/scripts/perl/
check-perf-trace.pl
67
printf("common_preempt_count=%d, common_flags=%s,
common_lock_depth
=%d, ",
69
common_lock_depth
($context));
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/
Context.c
70
retval =
common_lock_depth
(scripting_context);
80
{ "
common_lock_depth
", perf_trace_context_common_lock_depth,
/external/linux-tools-perf/scripts/python/
check-perf-trace.py
66
print "common_preempt_count=%d, common_flags=%s,
common_lock_depth
=%d, " \
68
common_lock_depth
(context))
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm
17
common_pc common_flags
common_lock_depth
/external/linux-tools-perf/util/
trace-event.h
304
int
common_lock_depth
(struct scripting_context *context);
trace-event-parse.c
3140
int
common_lock_depth
(struct scripting_context *context)
function
[
all
...]
Completed in 69 milliseconds