Home
last modified time | relevance | path

Searched refs:SDT (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/Documentation/
H A Dperf-probe.txt174 4) Pre-defined SDT events or cached event with name
185 'SDTEVENT' and 'PROVIDER' is the pre-defined event name which is defined by user SDT (Statically Defined Tracing) or the pre-cached probes with event name.
186 Note that before using the SDT event, the target binary (on which SDT events are defined) must be scanned by linkperf:perf-buildid-cache[1] to make SDT events as cached events.
188 For details of the SDT, see below.
H A Dperf-buildid-cache.txt18 This also scans the target binary for SDT (Statically Defined Tracing) and
/linux/drivers/media/pci/tw686x/
H A Dtw686x-regs.h72 #define SDT VDREG8(0x10e) macro
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst153 SDT, NIT and EIT.
156 Systems*, while the specification for the SDT, NIT, EIT can be found in *ETSI
196 #. Their services will be concatenated to populate the SDT.
/linux/tools/perf/
H A DMakefile.config558 $(warning gelf_getnote() not found on libelf, SDT support disabled)
620 …$(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel or sys…
/linux/drivers/media/i2c/
H A Dtw9910.c65 #define SDT 0x1C /* Standard Selection */ macro
/linux/drivers/i2c/busses/
H A Di2c-rcar.c72 #define SDT BIT(2) /* slave data transmitted */ macro