Home
last modified time | relevance | path

Searched refs:tapset (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/libvirt/libvirt-7.10.0/docs/kbase/
H A Dsystemtap.rst37 ``apt``, if libvirt systemtap tapset ``/usr/share/systemtap/tapset/libvirt_*``
57 The libvirt systemtap tracing events are defined in tapset
58 ``/usr/share/systemtap/tapset/libvirt_*``. Libvirt support these type of tracing
65 grep 'probe libvirt.[a-z_0-9.]*' /usr/share/systemtap/tapset/libvirt_* -o|cut -f 2 -d :
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dqemu-trace-stap54 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
55 return os.path.realpath(tapset)
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dqemu-trace-stap54 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
55 return os.path.realpath(tapset)
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dqemu-trace-stap54 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
55 return os.path.realpath(tapset)
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dqemu-trace-stap54 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
55 return os.path.realpath(tapset)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dqemu-trace-stap54 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
55 return os.path.realpath(tapset)
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dqemu-trace-stap56 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
57 return os.path.realpath(tapset)
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dqemu-trace-stap56 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
57 return os.path.realpath(tapset)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dqemu-trace-stap54 tapset = os.path.join(basedir, "..", "share", "systemtap", "tapset")
55 return os.path.realpath(tapset)
/dports/lang/python37/Python-3.7.12/Doc/howto/
H A Dinstrumentation.rst338 The higher-level way to use the SystemTap integration is to use a "tapset":
342 Here is a tapset file, based on a non-shared build of CPython:
365 If this file is installed in SystemTap's tapset directory (e.g.
366 ``/usr/share/systemtap/tapset``), then these additional probepoints become
384 This SystemTap script uses the tapset above to more cleanly implement the
403 The following script uses the tapset above to provide a top-like view of all
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dopusenc.c285 int txval, octave = f->pf_octave, period = f->pf_period, tapset = f->pf_tapset; in celt_enc_quant_pfilter() local
305 ff_opus_rc_enc_cdf(rc, tapset, ff_celt_model_tapset); in celt_enc_quant_pfilter()
307 tapset = 0; in celt_enc_quant_pfilter()
313 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in celt_enc_quant_pfilter()
314 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in celt_enc_quant_pfilter()
315 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in celt_enc_quant_pfilter()
H A Dopus_celt.c271 int tapset, octave, period; in parse_postfilter() local
276 tapset = (opus_rc_tell(rc) + 2 <= f->framebits) ? in parse_postfilter()
283 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in parse_postfilter()
284 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in parse_postfilter()
285 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in parse_postfilter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dopusenc.c285 int txval, octave = f->pf_octave, period = f->pf_period, tapset = f->pf_tapset; in celt_enc_quant_pfilter() local
305 ff_opus_rc_enc_cdf(rc, tapset, ff_celt_model_tapset); in celt_enc_quant_pfilter()
307 tapset = 0; in celt_enc_quant_pfilter()
313 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in celt_enc_quant_pfilter()
314 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in celt_enc_quant_pfilter()
315 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in celt_enc_quant_pfilter()
H A Dopus_celt.c244 int tapset, octave, period; in parse_postfilter() local
249 tapset = (opus_rc_tell(rc) + 2 <= f->framebits) ? in parse_postfilter()
256 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in parse_postfilter()
257 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in parse_postfilter()
258 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in parse_postfilter()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dopus_celt.c244 int tapset, octave, period; in parse_postfilter() local
249 tapset = (opus_rc_tell(rc) + 2 <= f->framebits) ? in parse_postfilter()
256 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in parse_postfilter()
257 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in parse_postfilter()
258 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in parse_postfilter()
H A Dopusenc.c286 int txval, octave = f->pf_octave, period = f->pf_period, tapset = f->pf_tapset; in celt_enc_quant_pfilter() local
306 ff_opus_rc_enc_cdf(rc, tapset, ff_celt_model_tapset); in celt_enc_quant_pfilter()
308 tapset = 0; in celt_enc_quant_pfilter()
314 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in celt_enc_quant_pfilter()
315 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in celt_enc_quant_pfilter()
316 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in celt_enc_quant_pfilter()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dopus_celt.c244 int tapset, octave, period; in parse_postfilter() local
249 tapset = (opus_rc_tell(rc) + 2 <= f->framebits) ? in parse_postfilter()
256 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in parse_postfilter()
257 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in parse_postfilter()
258 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in parse_postfilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dopus_celt.c244 int tapset, octave, period; in parse_postfilter() local
249 tapset = (opus_rc_tell(rc) + 2 <= f->framebits) ? in parse_postfilter()
256 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in parse_postfilter()
257 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in parse_postfilter()
258 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in parse_postfilter()
/dports/databases/py-gdbm/Python-3.8.12/Doc/howto/
H A Dinstrumentation.rst345 The higher-level way to use the SystemTap integration is to use a "tapset":
349 Here is a tapset file, based on a non-shared build of CPython:
372 If this file is installed in SystemTap's tapset directory (e.g.
373 ``/usr/share/systemtap/tapset``), then these additional probepoints become
391 This SystemTap script uses the tapset above to more cleanly implement the
410 The following script uses the tapset above to provide a top-like view of all
/dports/lang/python38/Python-3.8.12/Doc/howto/
H A Dinstrumentation.rst345 The higher-level way to use the SystemTap integration is to use a "tapset":
349 Here is a tapset file, based on a non-shared build of CPython:
372 If this file is installed in SystemTap's tapset directory (e.g.
373 ``/usr/share/systemtap/tapset``), then these additional probepoints become
391 This SystemTap script uses the tapset above to more cleanly implement the
410 The following script uses the tapset above to provide a top-like view of all
/dports/lang/python310/Python-3.10.1/Doc/howto/
H A Dinstrumentation.rst347 The higher-level way to use the SystemTap integration is to use a "tapset":
351 Here is a tapset file, based on a non-shared build of CPython:
374 If this file is installed in SystemTap's tapset directory (e.g.
375 ``/usr/share/systemtap/tapset``), then these additional probepoints become
393 This SystemTap script uses the tapset above to more cleanly implement the
412 The following script uses the tapset above to provide a top-like view of all
/dports/lang/python311/Python-3.11.0a3/Doc/howto/
H A Dinstrumentation.rst347 The higher-level way to use the SystemTap integration is to use a "tapset":
351 Here is a tapset file, based on a non-shared build of CPython:
374 If this file is installed in SystemTap's tapset directory (e.g.
375 ``/usr/share/systemtap/tapset``), then these additional probepoints become
393 This SystemTap script uses the tapset above to more cleanly implement the
412 The following script uses the tapset above to provide a top-like view of all
/dports/lang/python-tools/Python-3.8.12/Doc/howto/
H A Dinstrumentation.rst345 The higher-level way to use the SystemTap integration is to use a "tapset":
349 Here is a tapset file, based on a non-shared build of CPython:
372 If this file is installed in SystemTap's tapset directory (e.g.
373 ``/usr/share/systemtap/tapset``), then these additional probepoints become
391 This SystemTap script uses the tapset above to more cleanly implement the
410 The following script uses the tapset above to provide a top-like view of all
/dports/lang/python39/Python-3.9.9/Doc/howto/
H A Dinstrumentation.rst345 The higher-level way to use the SystemTap integration is to use a "tapset":
349 Here is a tapset file, based on a non-shared build of CPython:
372 If this file is installed in SystemTap's tapset directory (e.g.
373 ``/usr/share/systemtap/tapset``), then these additional probepoints become
391 This SystemTap script uses the tapset above to more cleanly implement the
410 The following script uses the tapset above to provide a top-like view of all
/dports/databases/py-sqlite3/Python-3.8.12/Doc/howto/
H A Dinstrumentation.rst345 The higher-level way to use the SystemTap integration is to use a "tapset":
349 Here is a tapset file, based on a non-shared build of CPython:
372 If this file is installed in SystemTap's tapset directory (e.g.
373 ``/usr/share/systemtap/tapset``), then these additional probepoints become
391 This SystemTap script uses the tapset above to more cleanly implement the
410 The following script uses the tapset above to provide a top-like view of all

123