Searched refs:common_lock_depth (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 67 printf("common_preempt_count=%d, common_flags=%s, common_lock_depth=%d, ", 69 common_lock_depth($context));
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 68 "common_lock_depth=%d, " % 70 common_lock_depth(context)))
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 68 "common_lock_depth=%d, " % 70 common_lock_depth(context)))
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 67 printf("common_preempt_count=%d, common_flags=%s, common_lock_depth=%d, ", 69 common_lock_depth($context));
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/ |
H A D | Context.c | 85 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()
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Context.pm | 17 common_pc common_flags common_lock_depth
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Context.c | 65 retval = common_lock_depth(scripting_context); in perf_trace_context_common_lock_depth() 75 { "common_lock_depth", perf_trace_context_common_lock_depth,
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/ |
H A D | Context.c | 85 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()
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Context.pm | 17 common_pc common_flags common_lock_depth
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | trace-event.h | 104 int common_lock_depth(struct scripting_context *context);
|
H A D | trace-event-parse.c | 38 int common_lock_depth(struct scripting_context *context) in common_lock_depth() function 45 "common_lock_depth"); in common_lock_depth()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Context.c | 92 return Py_BuildValue("i", common_lock_depth(c)); in perf_trace_context_common_lock_depth() 191 { "common_lock_depth", perf_trace_context_common_lock_depth,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event-parse.c | 40 int common_lock_depth(struct scripting_context *context) in common_lock_depth() function 47 "common_lock_depth"); in common_lock_depth()
|
H A D | trace-event.h | 144 int common_lock_depth(struct scripting_context *context);
|
Completed in 4 milliseconds