/external/oprofile/libopagent/ |
H A D | opagent.h | 38 unsigned long vma; member in struct:debug_line_info 76 * vma: The virtual memory address of the executable code. 79 * that given by the vma argument. For some JIT compilers, 90 uint64_t vma, void const * code, 117 * vma: The virtual memory address of the compiled code being unloaded. 118 * An op_write_native_code() with the same vma should have 124 int op_unload_native_code(op_agent_t hdl, uint64_t vma);
|
H A D | jitdump.h | 69 u64 vma; member in struct:jr_code_load 80 u64 vma; member in struct:jr_code_unload
|
H A D | opagent.c | 222 uint64_t vma, void const * code, unsigned int const size) 240 rec.vma = vma; 320 if (!fwrite_unlocked(&compile_map[i].vma, 321 sizeof(compile_map[i].vma), 1, 354 int op_unload_native_code(op_agent_t hdl, uint64_t vma) argument 367 rec.vma = vma; 221 op_write_native_code(op_agent_t hdl, char const * symbol_name, uint64_t vma, void const * code, unsigned int const size) argument
|
/external/oprofile/libpp/ |
H A D | symbol_sort.h | 29 vma, enumerator in enum:sort_options::sort_order
|
H A D | profile.h | 172 odb_key_t vma() const { return it->first + start_offset; } function in class:profile_t::const_iterator
|
H A D | symbol.h | 49 /// associate vma address with a file location and a samples count 51 sample_entry() : vma(0) {} 55 bfd_vma vma; member in struct:sample_entry 61 /// associate a symbol with a file location, samples count and vma address 75 /// file location, vma and cumulated samples count for this symbol 79 /// symbol size as calculated by op_bfd, start of symbol is sample.vma
|
/external/kernel-headers/original/asm-mips/ |
H A D | cacheflush.h | 22 * - flush_cache_range(vma, start, end) flushes a range of pages 36 extern void (*flush_cache_range)(struct vm_area_struct *vma, 38 extern void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page, unsigned long pfn); 53 static inline void flush_anon_page(struct vm_area_struct *vma, argument 60 static inline void flush_icache_page(struct vm_area_struct *vma, argument 84 extern void copy_to_user_page(struct vm_area_struct *vma, 88 extern void copy_from_user_page(struct vm_area_struct *vma,
|
H A D | pgtable.h | 339 extern void __update_tlb(struct vm_area_struct *vma, unsigned long address, 341 extern void __update_cache(struct vm_area_struct *vma, unsigned long address, 344 static inline void update_mmu_cache(struct vm_area_struct *vma, argument 347 __update_tlb(vma, address, pte); 348 __update_cache(vma, address, pte); 354 extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot); 356 static inline int io_remap_pfn_range(struct vm_area_struct *vma, argument 363 return remap_pfn_range(vma, vaddr, phys_addr_high >> PAGE_SHIFT, size, prot); 366 #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ 367 remap_pfn_range(vma, vadd [all...] |
/external/kernel-headers/original/linux/ |
H A D | highmem.h | 59 alloc_zeroed_user_highpage(struct vm_area_struct *vma, unsigned long vaddr) argument 61 struct page *page = alloc_page_vma(GFP_HIGHUSER, vma, vaddr);
|
H A D | pagemap.h | 124 static inline pgoff_t linear_page_index(struct vm_area_struct *vma, argument 127 pgoff_t pgoff = (address - vma->vm_start) >> PAGE_SHIFT; 128 pgoff += vma->vm_pgoff;
|
H A D | mempolicy.h | 21 #define MPOL_F_ADDR (1<<1) /* look up vma using address */ 52 * its own state. All vma manipulation is somewhat protected by a down_read on 94 #define vma_policy(vma) ((vma)->vm_policy) 95 #define vma_set_policy(vma, pol) ((vma)->vm_policy = (pol)) 114 #define mpol_set_vma_default(vma) ((vma)->vm_policy = NULL) 138 struct vm_area_struct *vma, 161 extern struct zonelist *huge_zonelist(struct vm_area_struct *vma, 205 mpol_set_shared_policy(struct shared_policy *info, struct vm_area_struct *vma, struct mempolicy *new) argument 258 huge_zonelist(struct vm_area_struct *vma, unsigned long addr) argument [all...] |
H A D | swap.h | 230 extern struct page * read_swap_cache_async(swp_entry_t, struct vm_area_struct *vma, 306 struct vm_area_struct *vma, unsigned long addr) 305 read_swap_cache_async(swp_entry_t swp, struct vm_area_struct *vma, unsigned long addr) argument
|
/external/oprofile/opjitconv/ |
H A D | opjitconv.h | 43 /* vma */ 44 unsigned long long vma; member in struct:jitentry 103 size_t size, bfd_vma vma, flagword flags);
|
H A D | create_bfd.c | 58 s->value = e->vma - section->vma; 76 size_t size, bfd_vma vma, flagword flags) 86 if (bfd_set_section_vma(abfd, section, vma) == FALSE) { 113 entries_address_ascending[start_idx]->vma; 115 unsigned long long vma_end = ee->vma + ee->code_size; 152 entries_address_ascending[start_idx]->vma; 159 " vma = %llx, offset = %llx," 163 e->vma, e->vma 75 create_section(bfd * abfd, char const * section_name, size_t size, bfd_vma vma, flagword flags) argument [all...] |
/external/kernel-headers/original/asm-x86/ |
H A D | tlbflush_32.h | 78 * - flush_tlb_page(vma, vmaddr) flushes one page 79 * - flush_tlb_range(vma, start, end) flushes a range of pages 104 static inline void flush_tlb_page(struct vm_area_struct *vma, argument 107 if (vma->vm_mm == current->active_mm) 111 static inline void flush_tlb_range(struct vm_area_struct *vma, argument 114 if (vma->vm_mm == current->active_mm) 137 static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long start, unsigned long end) argument 139 flush_tlb_mm(vma->vm_mm);
|
/external/oprofile/module/ |
H A D | op_dname.c | 91 int oprof_hash_map_mmap(struct file * file, struct vm_area_struct * vma) argument 93 ulong start = (ulong)vma->vm_start; 95 ulong size = (ulong)(vma->vm_end-vma->vm_start); 97 if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->vm_flags & VM_WRITE) || GET_VM_OFFSET(vma))
|
H A D | oprofile.c | 411 static int oprof_mmap(struct file * file, struct vm_area_struct * vma) argument 414 return oprof_hash_map_mmap(file, vma);
|
/external/kernel-headers/original/asm-arm/ |
H A D | cacheflush.h | 128 * - flags - vma->vm_flags field 248 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ 251 flush_ptrace_access(vma, page, vaddr, dst, len, 1);\ 254 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ 271 flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument 273 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) 275 vma->vm_flags); 279 flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, unsigned long pfn) argument 281 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { 283 __cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma 288 flush_ptrace_access(struct vm_area_struct *vma, struct page *page, unsigned long uaddr, void *kaddr, unsigned long len, int write) argument [all...] |
H A D | tlbflush.h | 204 * flush_tlb_page(vaddr,vma) 208 * - vma - vma_struct describing address range 291 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) argument 296 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); 301 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { 399 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) 412 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr); 414 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 423 extern void update_mmu_cache(struct vm_area_struct *vma, unsigne [all...] |
/external/oprofile/libutil++/ |
H A D | op_bfd.cpp | 61 section_vma(a->section->vma), 80 op_bfd_symbol::op_bfd_symbol(bfd_vma vma, size_t size, string const & name) argument 81 : bfd_symbol(0), symb_value(vma), 171 if (sect->vma == 0 && strcmp(sect->name, ".text")) 195 unsigned long op_bfd::get_start_offset(bfd_vma vma) const 197 if (!vma || !ibfd.valid()) { 249 // we need to ensure than for a given vma only one symbol exist else 254 if (temp != symbols.end() && (it->vma() == temp->vma()) && 268 // between the vma o [all...] |
H A D | op_bfd.h | 48 op_bfd_symbol(bfd_vma vma, size_t size, std::string const & name); 50 bfd_vma vma() const { return symb_value + section_vma; } function in class:op_bfd_symbol 75 /// the section vma for this symbol 93 * symbols and retrieving informations for symbols or vma. 158 * @param start reference to the start vma 159 * @param end reference to the end vma 161 * return in start, end the vma range for this binary object. 171 * vma. 173 unsigned long get_start_offset(bfd_vma vma = 0) const; 182 /// sorted vector by vma o [all...] |
/external/oprofile/pp/ |
H A D | opgprof.cpp | 44 void op_write_vma(FILE * fp, op_bfd const & abfd, bfd_vma vma) argument 46 // bfd vma write size is a per binary property not a bfd 50 op_write_u32(fp, vma); 53 op_write_u64(fp, vma); 56 cerr << "oprofile: unknown vma size for this binary\n"; 71 if (it->second.vma < min) 72 min = it->second.vma; 73 if (it->second.vma > max) 74 max = it->second.vma; 100 if (it->second.vma [all...] |
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | trace.c | 129 bfd_vma vma; local 138 vma = bfd_get_section_vma(abfd, section); 139 if (data->pc < vma) 143 if (data->pc >= vma + size) 147 data->pc - vma,
|
/external/wpa_supplicant_8/src/utils/ |
H A D | trace.c | 129 bfd_vma vma; local 138 vma = bfd_get_section_vma(abfd, section); 139 if (data->pc < vma) 143 if (data->pc >= vma + size) 147 data->pc - vma,
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | trace.c | 129 bfd_vma vma; local 138 vma = bfd_get_section_vma(abfd, section); 139 if (data->pc < vma) 143 if (data->pc >= vma + size) 147 data->pc - vma,
|