Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/Documentation/
Dperf-probe.txt168 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.
Dperf-buildid-cache.txt18 This also scans the target binary for SDT (Statically Defined Tracing) and
/Linux-v5.4/drivers/media/pci/tw686x/
Dtw686x-regs.h72 #define SDT VDREG8(0x10e) macro
Dtw686x-video.c793 reg_write(vc->dev, SDT[vc->ch], val); in tw686x_set_standard()
847 old_std = reg_read(dev, SDT[vc->ch]); in tw686x_querystd()
848 reg_write(dev, SDT[vc->ch], 0x7); in tw686x_querystd()
854 detected_std = reg_read(dev, SDT[vc->ch]); in tw686x_querystd()
859 reg_write(dev, SDT[vc->ch], old_std); in tw686x_querystd()
/Linux-v5.4/drivers/media/i2c/
Dtw9910.c65 #define SDT 0x1C /* Standard Selection */ macro
/Linux-v5.4/tools/perf/
DMakefile.config456 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled);
497 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel…
/Linux-v5.4/drivers/i2c/busses/
Di2c-rcar.c66 #define SDT (1 << 2) /* slave data transmitted */ macro