Searched defs:priv (Results 1 – 25 of 33) sorted by relevance
12
/tools/lib/api/fd/ |
D | array.h | 24 struct priv { struct 25 union { 29 unsigned int flags; 30 } *priv; member
|
D | array.c | 23 struct priv *priv; in fdarray__grow() local
|
/tools/perf/util/ |
D | bpf-loader.c | 125 struct bpf_prog_priv *priv = _priv; in clear_prog_priv() local 322 struct bpf_prog_priv *priv = NULL; in config_bpf_program() local 417 struct bpf_prog_priv *priv = bpf_program__priv(prog); in preproc_gen_prologue() local 568 struct bpf_prog_priv *priv = bpf_program__priv(prog); in hook_load_preprocessor() local 630 struct bpf_prog_priv *priv; in bpf__probe() local 693 struct bpf_prog_priv *priv = bpf_program__priv(prog); in bpf__unprobe() local 749 struct bpf_prog_priv *priv = bpf_program__priv(prog); in bpf__foreach_event() local 834 bpf_map_priv__purge(struct bpf_map_priv *priv) in bpf_map_priv__purge() 848 struct bpf_map_priv *priv = _priv; in bpf_map_priv__clear() local 925 bpf_map_priv__clone(struct bpf_map_priv *priv) in bpf_map_priv__clone() [all …]
|
D | comm.h | 17 void *priv; member
|
D | intlist.h | 13 void *priv; member
|
D | evsel_fprintf.c | 33 static int __print_attr__fprintf(FILE *fp, const char *name, const char *val, void *priv) in __print_attr__fprintf()
|
D | perf_event_attr_fprintf.c | 94 attr__fprintf_f attr__fprintf, void *priv) in perf_event_attr__fprintf()
|
D | map.h | 26 bool priv:1; member
|
D | thread.h | 52 void *priv; member
|
D | machine.h | 59 void *priv; member
|
D | data-convert-bt.c | 796 struct evsel_priv *priv = evsel->priv; in process_sample_event() local 1160 struct evsel_priv *priv; in add_event() local 1319 struct evsel_priv *priv; in cleanup_events() local
|
D | build-id.c | 922 machines__for_each_dso(struct machines *machines, machine__dso_t fn, void *priv) in machines__for_each_dso() 937 machine__dso_t fn, void *priv) in __perf_session__cache_build_ids()
|
D | machine.c | 2979 void *priv) in machine__for_each_thread() 3008 void *priv) in machines__for_each_thread() 3166 int machine__for_each_dso(struct machine *machine, machine__dso_t fn, void *priv) in machine__for_each_dso()
|
D | dso.h | 209 void *priv; member
|
D | evsel.h | 105 void *priv; member
|
D | cs-etm.c | 580 uintptr_t priv; in cs_etm__free_traceid_queues() local 614 static void cs_etm__free_queue(void *priv) in cs_etm__free_queue()
|
D | intel-bts.c | 697 static void intel_bts_free_queue(void *priv) in intel_bts_free_queue()
|
/tools/virtio/linux/ |
D | virtio.h | 26 void *priv; member
|
/tools/testing/selftests/pidfd/ |
D | pidfd_test.c | 381 static void *test_pidfd_poll_exec_thread(void *priv) in test_pidfd_poll_exec_thread() 478 static void *test_pidfd_poll_leader_exit_thread(void *priv) in test_pidfd_poll_leader_exit_thread()
|
/tools/perf/tests/ |
D | tests.h | 40 void *priv; member
|
/tools/perf/ui/ |
D | browser.h | 23 void *priv; member
|
/tools/testing/selftests/arm64/signal/ |
D | test_signals.h | 82 void *priv; member
|
/tools/testing/nvdimm/test/ |
D | ndtest.c | 854 static int ndtest_dimm_register(struct ndtest_priv *priv, in ndtest_dimm_register() 1083 struct ndtest_priv *priv; in ndtest_init() local
|
/tools/perf/ |
D | builtin-sched.c | 1504 union map_priv priv = { in thread__has_color() local 1515 union map_priv priv = { in map__findnew_thread() local 2723 static int __show_thread_runtime(struct thread *t, void *priv) in __show_thread_runtime() 2746 static int show_thread_runtime(struct thread *t, void *priv) in show_thread_runtime() 2754 static int show_deadthread_runtime(struct thread *t, void *priv) in show_deadthread_runtime()
|
/tools/lib/traceevent/ |
D | event-parse.h | 35 void *priv; member 64 void *priv; member
|
12