Searched refs:ctl (Results 1 – 11 of 11) sorted by relevance
/tools/virtio/virtio-trace/ |
D | README | 31 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 …]
|
D | Makefile | 10 trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o
|
/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 103 #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/ |
D | test_memcontrol.c | 818 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/ |
D | Build | 11 perf-y += epoll-ctl.o
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 265 uint64_t ctl; member
|
D | intel-pt-decoder.c | 206 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/ |
D | perf-stat.txt | 223 --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,
|
D | perf-bench.txt | 228 *ctl*::
|
D | perf-record.txt | 643 --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/ |
D | intel-pt.c | 1230 params.ctl = intel_pt_ctl(pt); in intel_pt_alloc_queue()
|