Home
last modified time | relevance | path

Searched refs:mmap_data (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c1013 void *mmap_data = NULL; in run_core_reloc_tests()
1086 mmap_data = mmap(NULL, mmap_sz, PROT_READ | PROT_WRITE, in run_core_reloc_tests()
1088 if (CHECK(mmap_data == MAP_FAILED, "mmap", in run_core_reloc_tests()
1090 mmap_data = NULL; in run_core_reloc_tests()
1093 data = mmap_data; in run_core_reloc_tests()
1095 memset(mmap_data, 0, sizeof(*data)); in run_core_reloc_tests()
1138 if (mmap_data) { in run_core_reloc_tests()
1139 CHECK_FAIL(munmap(mmap_data, mmap_sz)); in run_core_reloc_tests()
1140 mmap_data = NULL; in run_core_reloc_tests()
1011 void *mmap_data = NULL; run_core_reloc_tests() local
/linux/tools/perf/util/
H A Dsynthetic-events.h78 int perf_event__synthesize_mmap_events(const struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_data);
89 int perf_event__synthesize_thread_map(const struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data);
90 int perf_event__synthesize_threads(const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize);
H A Dsynthetic-events.c504 bool mmap_data) in perf_event__synthesize_mmap_events()
583 if (!mmap_data || (prot & PROT_READ) == 0) in perf_event__synthesize_cgroup()
896 bool needs_mmap, bool mmap_data) in perf_event__synthesize_thread_map()
922 process, machine, mmap_data)) in perf_event__synthesize_thread_map()
974 process, machine, mmap_data); in __perf_event__synthesize_threads()
989 bool needs_mmap, bool mmap_data) in __perf_event__synthesize_threads()
1019 needs_mmap, mmap_data)) { in synthesize_threads_worker()
1045 needs_mmap, mmap_data)) { in perf_event__synthesize_threads()
1066 bool mmap_data, in perf_event__synthesize_threads()
1110 tool, machine, needs_mmap, mmap_data); in perf_event__synthesize_threads()
433 perf_event__synthesize_mmap_events(const struct perf_tool * tool,union perf_event * event,pid_t pid,pid_t tgid,perf_event__handler_t process,struct machine * machine,bool mmap_data) perf_event__synthesize_mmap_events() argument
779 __event__synthesize_thread(union perf_event * comm_event,union perf_event * mmap_event,union perf_event * fork_event,union perf_event * namespaces_event,pid_t pid,int full,perf_event__handler_t process,const struct perf_tool * tool,struct machine * machine,bool needs_mmap,bool mmap_data) __event__synthesize_thread() argument
872 perf_event__synthesize_thread_map(const struct perf_tool * tool,struct perf_thread_map * threads,perf_event__handler_t process,struct machine * machine,bool needs_mmap,bool mmap_data) perf_event__synthesize_thread_map() argument
949 __perf_event__synthesize_threads(const struct perf_tool * tool,perf_event__handler_t process,struct machine * machine,bool needs_mmap,bool mmap_data,struct dirent ** dirent,int start,int num) __perf_event__synthesize_threads() argument
1013 bool mmap_data; global() member
1034 perf_event__synthesize_threads(const struct perf_tool * tool,perf_event__handler_t process,struct machine * machine,bool needs_mmap,bool mmap_data,unsigned int nr_threads_synthesize) perf_event__synthesize_threads() argument
[all...]
H A Dperf_event_attr_fprintf.c364 PRINT_ATTRf_bf(mmap_data, p_unsigned); in perf_event_attr__fprintf()
H A Dpython.c2017 "mmap_data", in pyrf_evlist__from_evlist()
2044 mmap_data = 0, in pyrf_evlist__from_evlist()
2057 &precise_ip, &mmap_data, &sample_id_all, in pyrf_evlist__from_evlist()
2087 attr.mmap_data = mmap_data; in pyrf__parse_events()
1006 mmap_data = 0, pyrf_evsel__init() local
H A Devsel.c173 WRITE_ASS(mmap_data, "d"); in store_event()
1385 evsel->core.attr.mmap_data = track; in evsel__set_config_if_unset()
1650 attr->mmap_data = track; in evsel__config()
/linux/tools/include/uapi/linux/
H A Dperf_event.h444 mmap_data : 1, /* non-exec mmap data */ member
/linux/include/uapi/linux/
H A Dperf_event.h444 mmap_data : 1, /* non-exec mmap data */ member
/linux/tools/bpf/bpftool/
H A Dgen.c757 const void *mmap_data = NULL; in gen_trace() local
768 mmap_data = bpf_map__initial_value(map, &mmap_size); in gen_trace()
769 print_hex(mmap_data, mmap_size); in gen_trace()
/linux/tools/perf/
H A Dbuiltin-trace.c2030 /*mmap_data=*/false, in syscall__alloc_arg_fmts()
3761 .mmap_data = 1, in trace__find_syscall_bpf_prog()