Home
last modified time | relevance | path

Searched refs:PERF_TYPE_TRACEPOINT (Results 1 – 25 of 2331) sorted by relevance

12345678910>>...94

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/github.com/hodgesds/perf-utils/
H A Devents.go16 PERF_TYPE_TRACEPOINT = 2 const
96 Type: PERF_TYPE_TRACEPOINT,
130 Type: PERF_TYPE_TRACEPOINT,
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/hodgesds/perf-utils/
H A Devents.go16 PERF_TYPE_TRACEPOINT = 2 const
96 Type: PERF_TYPE_TRACEPOINT,
130 Type: PERF_TYPE_TRACEPOINT,
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Devent_type.cpp59 if (event.type != PERF_TYPE_TRACEPOINT) { in GetTracepointEvents()
78 result.push_back(EventType(event_name, PERF_TYPE_TRACEPOINT, id, "", "")); in GetTracepointEventTypesFromString()
100 result.push_back(EventType(system_name + ":" + event_name, PERF_TYPE_TRACEPOINT, id, "", "")); in GetTracepointEventTypesFromTraceFs()
H A Dcmd_list.cpp150 {"tracepoint", {PERF_TYPE_TRACEPOINT, "tracepoint events"}}, in Run()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/unix/
H A Dtypes_linux.go49 PERF_TYPE_TRACEPOINT = linux.PERF_TYPE_TRACEPOINT const
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/cilium/ebpf/internal/unix/
H A Dtypes_linux.go49 PERF_TYPE_TRACEPOINT = linux.PERF_TYPE_TRACEPOINT const
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-evlist.c55 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in __cmd_evlist()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/perf/tests/
H A Dtest-evlist.c203 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
312 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/perf/tests/
H A Dtest-evlist.c203 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
312 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/perf/tests/
H A Dtest-evlist.c203 .type = PERF_TYPE_TRACEPOINT, in test_mmap_thread()
312 .type = PERF_TYPE_TRACEPOINT, in test_mmap_cpus()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c32 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c32 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c32 attr.type = PERF_TYPE_TRACEPOINT; in test_task_fd_query_tp_core()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c98 attr.type = PERF_TYPE_TRACEPOINT; in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c98 attr.type = PERF_TYPE_TRACEPOINT; in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c98 attr.type = PERF_TYPE_TRACEPOINT; in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event-info.c411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event-info.c411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event-info.c411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/
H A Dexample_program_test.go107 Type: unix.PERF_TYPE_TRACEPOINT,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/testlib/3rdparty/
H A Dlinux_perf_event_p.h31 PERF_TYPE_TRACEPOINT = 2, enumerator
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/testlib/3rdparty/
H A Dlinux_perf_event_p.h31 PERF_TYPE_TRACEPOINT = 2, enumerator
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/testlib/3rdparty/
H A Dlinux_perf_event_p.h31 PERF_TYPE_TRACEPOINT = 2, enumerator

12345678910>>...94