Searched refs:SDT (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-probe.txt | 168 4) Pre-defined SDT events or cached event with name 179 'SDTEVENT' and 'PROVIDER' is the pre-defined event name which is defined by user SDT (Statically De… 180 …ore using the SDT event, the target binary (on which SDT events are defined) must be scanned by li… 182 For details of the SDT, see below.
|
A D | perf-buildid-cache.txt | 18 This also scans the target binary for SDT (Statically Defined Tracing) and
|
/linux-6.3-rc2/drivers/media/pci/tw686x/ |
A D | tw686x-regs.h | 72 #define SDT VDREG8(0x10e) macro
|
A D | tw686x-video.c | 790 reg_write(vc->dev, SDT[vc->ch], val); in tw686x_set_standard() 844 old_std = reg_read(dev, SDT[vc->ch]); in tw686x_querystd() 845 reg_write(dev, SDT[vc->ch], 0x7); in tw686x_querystd() 851 detected_std = reg_read(dev, SDT[vc->ch]); in tw686x_querystd() 856 reg_write(dev, SDT[vc->ch], old_std); in tw686x_querystd()
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | vidtv.rst | 153 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-6.3-rc2/tools/perf/ |
A D | Makefile.config | 534 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 635 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel…
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | tw9910.c | 65 #define SDT 0x1C /* Standard Selection */ macro
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-rcar.c | 68 #define SDT BIT(2) /* slave data transmitted */ macro
|
Completed in 25 milliseconds