Home
last modified time | relevance | path

Searched refs:trace_end (Results 1 – 25 of 129) sorted by relevance

123456

/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/t/
H A D17-tracer.t22 trace_end('end', 1, 32);
23 is $buf, <<'_EOC_', 'trace_end works';
28 trace_end('end', undef, 51);
29 is $buf, <<'_EOC_', 'trace_end works';
50 Pugs::Runtime::Tracer::trace_end('constant', $retval, $pos);
/dports/sysutils/hourglass/hourglass-1.0.1b/src/
H A Dprint.c55 cycle_time trace_end; variable
120 if (trace_end < trace_recs[i].end && in print_trace_recs()
122 trace_end = trace_recs[i].end; in print_trace_recs()
127 trace_start, trace_end, trace_end - trace_start); in print_trace_recs()
129 dur = trace_end - trace_start; in print_trace_recs()
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dquality_control.py238 trace_end = trace.stats.endtime + trace.stats.delta
243 if trace_end <= self.window_start:
259 cut_trace_end = min(trace_end, self.window_end)
261 cut_trace_end = trace_end
264 time_tolerance_max = trace_end + 0.5 * trace.stats.delta
265 time_tolerance_min = trace_end - 0.5 * trace.stats.delta
271 'end': trace_end,
292 if trace_end > coverage['end']:
293 coverage['end'] = trace_end
512 c_seg['end'] = trace_end
[all …]
/dports/devel/libslang2/slang-2.3.2/src/curses/
H A Dworm.c64 int generation, trace_start, trace_end, singlestep; variable
197 trace_end = atoi(argv[++x]); in main()
287 if (trace_start || trace_end) { in main()
291 } else if (generation == trace_end) { in main()
296 if (singlestep && generation > trace_start && generation < trace_end) in main()
/dports/japanese/libslang/slang-1.4.5jp2/src/curses/
H A Dworm.c64 int generation, trace_start, trace_end, singlestep; variable
197 trace_end = atoi(argv[++x]); in main()
287 if (trace_start || trace_end) { in main()
291 } else if (generation == trace_end) { in main()
296 if (singlestep && generation > trace_start && generation < trace_end) in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event.py95 def trace_end(name): function
148 def trace_end(name): function
238 trace_end.__doc__ = """Records the end of an event of the given name.
H A Dtrace_event_unittest.py140 trace_event.trace_end('test_event')
251 trace_end("func1")
257 trace_event.trace_end('test')
283 trace_event.trace_end('two')
284 trace_event.trace_end('one')
320 trace_event.trace_end('one')
321 trace_event.trace_end('two')
366 trace_event.trace_end('parent_event')
423 trace_event.trace_end('parent')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event.py95 def trace_end(name): function
148 def trace_end(name): function
238 trace_end.__doc__ = """Records the end of an event of the given name.
H A Dtrace_event_unittest.py140 trace_event.trace_end('test_event')
251 trace_end("func1")
257 trace_event.trace_end('test')
283 trace_event.trace_end('two')
284 trace_event.trace_end('one')
320 trace_event.trace_end('one')
321 trace_event.trace_end('two')
366 trace_event.trace_end('parent_event')
423 trace_event.trace_end('parent')
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dflamegraph.py80 def trace_end(self): member in FlameGraphCLI
126 trace_end = cli.trace_end variable
H A Dsyscall-counts.py35 def trace_end(): function
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dflamegraph.py80 def trace_end(self): member in FlameGraphCLI
126 trace_end = cli.trace_end variable
H A Dsyscall-counts.py35 def trace_end(): function
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dflamegraph.py80 def trace_end(self): member in FlameGraphCLI
126 trace_end = cli.trace_end variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dthread-stack.c63 bool trace_end; member
239 bool trace_end) in thread_stack__push() argument
251 ts->stack[ts->cnt].trace_end = trace_end; in thread_stack__push()
283 if (ts->stack[--i].trace_end) in thread_stack__pop_trace_end()
783 bool no_call, bool trace_end) in thread_stack__push_cp() argument
806 tse->trace_end = trace_end; in thread_stack__push_cp()
1008 if (tse->trace_end) { in thread_stack__trace_begin()
1150 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; in thread_stack__process() local
1166 cp, false, trace_end); in thread_stack__process()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dthread-stack.c63 bool trace_end; member
239 bool trace_end) in thread_stack__push() argument
251 ts->stack[ts->cnt].trace_end = trace_end; in thread_stack__push()
283 if (ts->stack[--i].trace_end) in thread_stack__pop_trace_end()
783 bool no_call, bool trace_end) in thread_stack__push_cp() argument
806 tse->trace_end = trace_end; in thread_stack__push_cp()
1008 if (tse->trace_end) { in thread_stack__trace_begin()
1150 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; in thread_stack__process() local
1166 cp, false, trace_end); in thread_stack__process()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dthread-stack.c63 bool trace_end; member
239 bool trace_end) in thread_stack__push() argument
251 ts->stack[ts->cnt].trace_end = trace_end; in thread_stack__push()
283 if (ts->stack[--i].trace_end) in thread_stack__pop_trace_end()
783 bool no_call, bool trace_end) in thread_stack__push_cp() argument
806 tse->trace_end = trace_end; in thread_stack__push_cp()
1008 if (tse->trace_end) { in thread_stack__trace_begin()
1150 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; in thread_stack__process() local
1166 cp, false, trace_end); in thread_stack__process()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dworm.c111 static int generation, trace_start, trace_end; variable
509 if (sscanf(optarg, "%d,%d", &trace_start, &trace_end) != 2) in main()
610 if (trace_start || trace_end) { in main()
614 } else if (generation == trace_end) { in main()
/dports/devel/ga/ga-5.8/global/trace/
H A Dtest.f12 call trace_end(99)
/dports/audio/codec2/codec2-1.0.3/unittest/
H A Dfunction_trace.c14 trace_end (void) in trace_end() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl34 sub trace_end subroutine
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl34 sub trace_end subroutine
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl34 sub trace_end subroutine
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Runtime/
H A DTracer.pm18 sub trace_end ($$$) { subroutine
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dturbolizer-perf.py27 def trace_end(): function

123456