Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dsymbol.h162 bool dso__loaded(const struct dso *self, enum map_type type);
163 bool dso__sorted_by_name(const struct dso *self, enum map_type type);
165 static inline void dso__set_loaded(struct dso *self, enum map_type type) in dso__set_loaded()
170 void dso__sort_by_name(struct dso *self, enum map_type type);
182 enum map_type type, symbol_filter_t filter);
183 int machine__load_vmlinux_path(struct machine *self, enum map_type type,
193 size_t dso__fprintf_symbols_by_name(struct dso *self, enum map_type type, FILE *fp);
194 size_t dso__fprintf(struct dso *self, enum map_type type, FILE *fp);
214 struct symbol *dso__find_symbol(struct dso *self, enum map_type type, u64 addr);
215 struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type,
[all …]
Dmap.h11 enum map_type { enum
72 struct map *machine__kernel_map(struct machine *self, enum map_type type) in machine__kernel_map()
106 void map__init(struct map *self, enum map_type type,
110 enum map_type type);
127 enum map_type type, int verbose, FILE *fp);
134 struct map_groups *parent, enum map_type type);
177 enum map_type type, u64 addr) in map_groups__find()
183 enum map_type type, u64 addr,
188 enum map_type type,
195 enum map_type type, u64 addr, in machine__find_kernel_symbol()
[all …]
Dthread.h33 enum map_type type, u64 addr) in thread__find_map()
40 enum map_type type, pid_t pid, u64 addr,
45 enum map_type type, pid_t pid, u64 addr,
Dmap.c21 void map__init(struct map *self, enum map_type type, in map__init()
38 enum map_type type) in map__new()
289 enum map_type type, u64 addr, in map_groups__find_symbol()
305 enum map_type type, in map_groups__find_symbol_by_name()
327 enum map_type type, int verbose, FILE *fp) in __map_groups__fprintf_maps()
354 enum map_type type, in __map_groups__fprintf_removed_maps()
459 struct map_groups *parent, enum map_type type) in map_groups__clone()
Dsymbol.c37 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
60 bool dso__loaded(const struct dso *self, enum map_type type) in dso__loaded()
65 bool dso__sorted_by_name(const struct dso *self, enum map_type type) in dso__sorted_by_name()
70 static void dso__set_sorted_by_name(struct dso *self, enum map_type type) in dso__set_sorted_by_name()
75 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a() argument
77 switch (map_type) { in symbol_type__is_a()
110 static void __map_groups__fixup_end(struct map_groups *self, enum map_type type) in __map_groups__fixup_end()
357 enum map_type type, u64 addr) in dso__find_symbol()
362 struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, in dso__find_symbol_by_name()
368 void dso__sort_by_name(struct dso *self, enum map_type type) in dso__sort_by_name()
[all …]
Devent.c648 enum map_type type, pid_t pid, u64 addr, in thread__find_addr_map()
724 enum map_type type, pid_t pid, u64 addr, in thread__find_addr_location()
Dsession.c1103 enum map_type i; in perf_session__set_kallsyms_ref_reloc_sym()
/linux-2.6.39/drivers/media/common/tuners/
Dtda18271-priv.h190 enum tda18271_map_type map_type,
193 enum tda18271_map_type map_type,
Dtda18271-maps.c1068 enum tda18271_map_type map_type, in tda18271_lookup_pll_map() argument
1079 switch (map_type) { in tda18271_lookup_pll_map()
1119 enum tda18271_map_type map_type, in tda18271_lookup_map() argument
1130 switch (map_type) { in tda18271_lookup_map()
/linux-2.6.39/drivers/gpu/drm/
Ddrm_vm.c45 static pgprot_t drm_io_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_io_prot() argument
50 if (boot_cpu_data.x86 > 3 && map_type != _DRM_AGP) { in drm_io_prot()
56 if (map_type == _DRM_REGISTERS) in drm_io_prot()
70 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot() argument
/linux-2.6.39/arch/x86/kernel/apic/
Dx2apic_uv_x.c436 enum map_type {map_wb, map_uc}; enum
439 int bshift, int max_pnode, enum map_type map_type) in map_high() argument
447 if (map_type == map_uc) in map_high()
/linux-2.6.39/drivers/net/vmxnet3/
Dvmxnet3_int.h189 u32 map_type; member
Dvmxnet3_drv.c321 if (tbi->map_type == VMXNET3_MAP_SINGLE) in vmxnet3_unmap_tx_buf()
324 else if (tbi->map_type == VMXNET3_MAP_PAGE) in vmxnet3_unmap_tx_buf()
328 BUG_ON(tbi->map_type != VMXNET3_MAP_NONE); in vmxnet3_unmap_tx_buf()
330 tbi->map_type = VMXNET3_MAP_NONE; /* to help debugging */ in vmxnet3_unmap_tx_buf()
424 tq->buf_info[i].map_type != VMXNET3_MAP_NONE); in vmxnet3_tq_cleanup()
497 tq->buf_info[i].map_type = VMXNET3_MAP_NONE; in vmxnet3_tq_init()
689 tbi->map_type = VMXNET3_MAP_NONE; in vmxnet3_map_pkt()
717 tbi->map_type = VMXNET3_MAP_SINGLE; in vmxnet3_map_pkt()
746 tbi->map_type = VMXNET3_MAP_PAGE; in vmxnet3_map_pkt()
/linux-2.6.39/drivers/edac/
De752x_edac.c199 int map_type; member
1032 if (!pvt->map_type) in remap_csrow_index()
1294 pvt->map_type = ((stat8 & 0x0f) > ((stat8 >> 4) & 0x0f)); in e752x_probe1()
/linux-2.6.39/tools/perf/
Dbuiltin-test.c32 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()