Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 11 of 11) sorted by relevance

/tools/virtio/virtio-trace/
DREADME31 trace-agent-ctl.c: includes controller function for read/write threads
46 # mkfifo /tmp/virtio-trace/agent-ctl-path.{in,out}
51 agent-ctl-path.{in,out}.
59 -chardev pipe,id=charchannel0,path=/tmp/virtio-trace/agent-ctl-path\
61 id=channel0,name=agent-ctl-path\
72 <source path='/tmp/virtio-trace/agent-ctl-path'/>
73 <target type='virtio' name='agent-ctl-path'/>
82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
84 trace-path-cpu1, trace-path-cpu2, and agent-ctl-path.
114 # echo 1 > /tmp/virtio-trace/agent-ctl-path.in
[all …]
DMakefile10 trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o
/tools/perf/trace/beauty/include/linux/
Dsocket.h103 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
115 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ argument
116 (struct cmsghdr *)(ctl) : \
/tools/testing/selftests/cgroup/
Dtest_memcontrol.c818 int ctl[2]; member
828 close(srv_args->ctl[0]); in tcp_server()
829 ctl_fd = srv_args->ctl[1]; in tcp_server()
953 if (pipe(args.ctl)) in test_memcg_sock()
962 close(args.ctl[1]); in test_memcg_sock()
963 if (read(args.ctl[0], &err, sizeof(err)) != sizeof(err)) in test_memcg_sock()
965 close(args.ctl[0]); in test_memcg_sock()
/tools/perf/bench/
DBuild11 perf-y += epoll-ctl.o
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h265 uint64_t ctl; member
Dintel-pt-decoder.c206 uint64_t ctl; member
272 static uint64_t intel_pt_cyc_threshold(uint64_t ctl) in intel_pt_cyc_threshold() argument
274 if (!(ctl & INTEL_PT_CYC_ENABLE)) in intel_pt_cyc_threshold()
277 return (ctl & INTEL_PT_CYC_THRESHOLD) >> INTEL_PT_CYC_THRESHOLD_SHIFT; in intel_pt_cyc_threshold()
327 decoder->ctl = params->ctl; in intel_pt_decoder_new()
334 decoder->cyc_threshold = intel_pt_cyc_threshold(decoder->ctl); in intel_pt_decoder_new()
/tools/perf/Documentation/
Dperf-stat.txt223 --control=fifo:ctl-fifo[,ack-fifo]::
224 --control=fd:ctl-fd[,ack-fd]::
225 ctl-fifo / ack-fifo are opened and used as ctl-fd / ack-fd as follows.
226 Listen on ctl-fd descriptor for command to control measurement ('enable': enable events,
Dperf-bench.txt228 *ctl*::
Dperf-record.txt643 --control=fifo:ctl-fifo[,ack-fifo]::
644 --control=fd:ctl-fd[,ack-fd]::
645 ctl-fifo / ack-fifo are opened and used as ctl-fd / ack-fd as follows.
646 Listen on ctl-fd descriptor for command to control measurement.
/tools/perf/util/
Dintel-pt.c1230 params.ctl = intel_pt_ctl(pt); in intel_pt_alloc_queue()