Searched defs:mmap (Results 1 - 24 of 24) sorted by relevance

/external/linux-tools-perf/util/
H A Devlist.h30 struct perf_mmap *mmap; member in struct:perf_evlist
H A Dsession.h80 event_op mmap, member in struct:perf_event_ops
H A Devent.h136 struct mmap_event mmap; member in union:perf_event
H A Dpython.c52 static char pyrf_mmap_event__doc[] = PyDoc_STR("perf mmap event object.");
71 if (asprintf(&s, "{ type: mmap, pid: %u, tid: %u, start: %#" PRIx64 ", "
74 pevent->event.mmap.pid, pevent->event.mmap.tid,
75 pevent->event.mmap.start, pevent->event.mmap.len,
76 pevent->event.mmap.pgoff, pevent->event.mmap.filename) < 0) {
408 "mmap",
431 mmap local
[all...]
/external/libvpx/
H A Dexample_xma.c73 void my_mem_dtor(vpx_codec_mmap_t *mmap) argument
76 printf("freeing segment %d\n", mmap->id);
78 free(mmap->priv);
173 vpx_codec_mmap_t mmap; local
176 res = vpx_codec_get_mem_map(&decoder, &mmap, &iter);
177 align = mmap.align ? mmap.align - 1 : 0;
183 mmap.id, mmap.sz, mmap
[all...]
/external/libvpx/vpx/src/
H A Dvpx_decoder.c203 vpx_codec_mmap_t *mmap,
208 if (!ctx || !mmap || !iter || !ctx->iface)
213 res = ctx->iface->get_mmap(ctx, mmap, iter);
220 vpx_codec_mmap_t *mmap,
225 if (!ctx || !mmap || !ctx->iface)
233 for (i = 0; i < num_maps; i++, mmap++)
235 if (!mmap->base)
238 /* Everything look ok, set the mmap in the decoder */
239 res = ctx->iface->set_mmap(ctx, mmap);
202 vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, vpx_codec_mmap_t *mmap, vpx_codec_iter_t *iter) argument
219 vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, vpx_codec_mmap_t *mmap, unsigned int num_maps) argument
H A Dvpx_decoder_compat.c142 vpx_dec_mmap_t *mmap,
149 if (!ctx || !mmap || !si || !iter || !ctx->iface)
162 res = ctx->iface->get_mmap(ctx, mmap, iter);
170 vpx_dec_mmap_t *mmap,
176 if (!ctx || !mmap || !ctx->iface)
185 for (i = 0; i < num_maps; i++, mmap++)
187 if (!mmap->base)
190 /* Everything look ok, set the mmap in the decoder */
191 res = ctx->iface->set_mmap(ctx, mmap);
141 vpx_dec_get_mem_map(vpx_dec_ctx_t *ctx_, vpx_dec_mmap_t *mmap, const vpx_dec_stream_info_t *si, vpx_dec_iter_t *iter) argument
169 vpx_dec_set_mem_map(vpx_dec_ctx_t *ctx_, vpx_dec_mmap_t *mmap, unsigned int num_maps) argument
/external/grub/docs/
H A Dkernel.c136 memory_map_t *mmap; local
140 for (mmap = (memory_map_t *) mbi->mmap_addr;
141 (unsigned long) mmap < mbi->mmap_addr + mbi->mmap_length;
142 mmap = (memory_map_t *) ((unsigned long) mmap
143 + mmap->size + sizeof (mmap->size)))
146 (unsigned) mmap->size,
147 (unsigned) mmap->base_addr_high,
148 (unsigned) mmap
[all...]
/external/kernel-headers/original/linux/
H A Dsysfs.h59 int (*mmap)(struct kobject *, struct bin_attribute *attr, member in struct:bin_attribute
H A Dnet.h163 int (*mmap) (struct file *file, struct socket *sock, member in struct:proto_ops
268 SOCKCALL_WRAP(name, mmap, (struct file *file, struct socket *sock, struct vm_area_struct *vma), \
289 .mmap = __lock_##name##_mmap, \
H A Dperf_event.h199 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
246 * Structure of the page that can be mapped via mmap
287 * Control data for the mmap() data buffer.
707 /* mmap bits */
H A Dfs.h665 unsigned long mmap_hit; /* Cache hit stat for mmap accesses */
666 unsigned long mmap_miss; /* Cache miss stat for mmap accesses */
1066 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:file_operations
H A Dsched.h299 struct vm_area_struct * mmap; /* list of VMAs */ member in struct:mm_struct
306 unsigned long mmap_base; /* base of mmap area */
/external/stlport/test/unit/
H A Dhash_test.cpp116 typedef hash_multimap<char, int, hash<char>,equal_to<char> > mmap; typedef
117 mmap m;
126 mmap::iterator i = m.find('X'); // Find first match.
143 mmap::iterator ite(m.begin());
144 mmap::const_iterator cite(m.begin());
H A Dmap_test.cpp79 typedef multimap<char, int, less<char> > mmap; typedef
80 mmap m;
90 mmap::iterator i = m.find('X'); // Find first match.
121 typedef multimap<int, char, less<int> > mmap; typedef
132 mmap m(array + 0, array + 6);
133 mmap::iterator i;
157 typedef multimap<int, char, less<int> > mmap; typedef
158 typedef mmap::value_type pair_type;
176 mmap m(array+0, array + 6);
179 mmap
[all...]
/external/v8/tools/
H A Dstats-viewer.py37 import mmap namespace
73 # The handle created by mmap.mmap to the counters file. We need
120 self.shared_mmap = mmap.mmap(fileno, size, access=mmap.ACCESS_READ)
308 data: A handle to the memory-mapped file, as returned by mmap.mmap.
H A Dll_prof.py34 import mmap namespace
349 self.log = mmap.mmap(self.log_file.fileno(), 0, mmap.MAP_PRIVATE)
607 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
H A Dgrokdump.py31 import mmap namespace
362 self.minidump = mmap.mmap(self.minidump_file.fileno(), 0, mmap.MAP_PRIVATE)
/external/libffi/src/
H A Dclosures.c65 /* We need to use mmap, not sbrk. */
100 /* We don't want sys/mman.h to be included after we redefine mmap and
171 /* Use these for mmap and munmap within dlmalloc.c. */
175 #define mmap dlmmap macro
180 #undef mmap macro
374 ptr = mmap (NULL, length, (prot & ~PROT_WRITE) | PROT_EXEC,
390 start = mmap (start, length, prot, flags, execfd, offset);
425 ptr = mmap (start, length, prot | PROT_EXEC, flags, fd, offset);
431 /* If MREMAP_DUP is ever introduced and implemented, try mmap
/external/libvpx/vp8/
H A Dvp8_dx_iface.c85 static void vp8_mmap_dtor(vpx_codec_mmap_t *mmap) argument
87 free(mmap->priv);
90 static vpx_codec_err_t vp8_mmap_alloc(vpx_codec_mmap_t *mmap) argument
95 align = mmap->align ? mmap->align - 1 : 0;
97 if (mmap->flags & VPX_CODEC_MEM_ZERO)
98 mmap->priv = calloc(1, mmap->sz + align);
100 mmap->priv = malloc(mmap
143 vp8_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) argument
192 vpx_codec_mmap_t mmap; local
469 vp8_xma_get_mmap(const vpx_codec_ctx_t *ctx, vpx_codec_mmap_t *mmap, vpx_codec_iter_t *iter) argument
506 vp8_xma_set_mmap(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) argument
[all...]
/external/e2fsprogs/intl/
H A Dloadmsgcat.c463 # define mmap __mmap macro
960 /* Now we are ready to load the file. If mmap() is available we try
962 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
967 /* mmap() call was successful. */
973 /* If the data is not yet available (i.e. mmap'ed) we try to load
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h209 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
227 mmap_data : 1, /* non-exec mmap data */
264 * Structure of the page that can be mapped via mmap
305 * Control data for the mmap() data buffer.
840 /* mmap bits */
/external/valgrind/main/include/vki/
H A Dvki-linux.h2663 mmap : 1, /* include mmap data */ member in struct:vki_perf_event_attr
2681 mmap_data : 1, /* non-exec mmap data */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3871 milliseconds