Home
last modified time | relevance | path

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

/tools/lib/perf/
Devsel.c46 #define FD(e, x, y) ((int *) xyarray__entry(e->fd, x, y)) macro
57 int *fd = FD(evsel, cpu, thread); in perf_evsel__alloc_fd()
100 fd = FD(leader, cpu, thread); in get_group_fd()
146 evsel_fd = FD(evsel, cpu, thread); in perf_evsel__open()
173 int *fd = FD(evsel, cpu, thread); in perf_evsel__close_fd_cpu()
222 int *fd = FD(evsel, cpu, thread); in perf_evsel__munmap()
251 int *fd = FD(evsel, cpu, thread); in perf_evsel__mmap()
273 int *fd = FD(evsel, cpu, thread); in perf_evsel__mmap_base()
310 int *fd = FD(evsel, cpu, thread); in perf_evsel__read()
335 int *fd = FD(evsel, cpu, thread); in perf_evsel__run_ioctl()
Devlist.c406 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y)) macro
457 fd = FD(evsel, cpu, thread); in mmap_per_evsel()
/tools/perf/util/
Dbpf_counter_cgroup.c42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0)) macro
98 FD(cgrp_switch, i)); in bperf_load_program()
126 int fd = FD(evsel, cpu); in bperf_load_program()
Devsel.c105 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
1563 if (FD(leader, cpu, thread) < 0) in evsel__read_group()
1566 if (readn(FD(leader, cpu, thread), data, size) <= 0) in evsel__read_group()
1587 if (FD(evsel, cpu, thread) < 0) in __evsel__read_on_cpu()
1593 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) <= 0) in __evsel__read_on_cpu()
1641 fd = FD(leader, cpu, thread); in get_group_fd()
1651 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in evsel__remove_fd()
2019 FD(evsel, cpu, thread) = fd; in evsel__open_cpu()
2100 if (FD(evsel, cpu, thread) >= 0) in evsel__open_cpu()
2101 close(FD(evsel, cpu, thread)); in evsel__open_cpu()
[all …]
Devlist.c61 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
544 int err = ioctl(FD(evsel, cpu, thread), PERF_EVENT_IOC_ENABLE, 0); in evlist__enable_event_cpu()
560 int err = ioctl(FD(evsel, cpu, thread), PERF_EVENT_IOC_ENABLE, 0); in evlist__enable_event_thread()
/tools/perf/trace/beauty/
Dfutex_op.c40 P_FUTEX_OP(FD); arg->mask |= SCF_VAL3|SCF_UADDR2|SCF_TIMEOUT; break; in syscall_arg__scnprintf_futex_op()
/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst304 printf("sys_enter prog FD: %d\n",
325 sys_enter prog FD: 8