Home
last modified time | relevance | path

Searched refs:common_lock_depth (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs40 common_lock_depth(context)
H A DContext.c85 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_lock_depth", "context"); in XS()
92 RETVAL = common_lock_depth(context); in XS()
117 newXSproto("Perf::Trace::Context::common_lock_depth", XS_Perf__Trace__Context_common_lock_depth, file, "$"); in XS()
/linux/tools/perf/scripts/python/
H A Dcheck-perf-trace.py68 "common_lock_depth=%d, " %
70 common_lock_depth(context)))
/linux/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl67 printf("common_preempt_count=%d, common_flags=%s, common_lock_depth=%d, ",
69 common_lock_depth($context));
/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c82 return Py_BuildValue("i", common_lock_depth(c)); in perf_trace_context_common_lock_depth()
190 { "common_lock_depth", perf_trace_context_common_lock_depth,
/linux/tools/perf/util/
H A Dtrace-event-parse.c40 int common_lock_depth(struct scripting_context *context) in common_lock_depth() function
47 "common_lock_depth"); in common_lock_depth()
/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt201 common_lock_depth($context) - returns common_lock_depth for the current event
H A Dperf-script-python.txt622 common_lock_depth(context) - returns common_lock_depth for the current event