| /NextBSD/sys/amd64/include/ |
| HD | profile.h | 100 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? (uintfptr_t)user : pc) 103 ((pc >= (uintfptr_t)btrap && pc < (uintfptr_t)eintr) ? \ 104 ((pc >= (uintfptr_t)bintr) ? (uintfptr_t)bintr : \ 105 (uintfptr_t)btrap) : ~0UL) 112 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \ 152 uintfptr_t selfpc, frompc; \ 167 frompc = ((uintfptr_t *)frompc)[1]; \ 175 typedef u_long uintfptr_t; typedef 187 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /NextBSD/sys/sparc64/include/ |
| HD | profile.h | 61 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? (uintfptr_t)user : pc) 64 ((pc >= (uintfptr_t)btrap && pc < (uintfptr_t)eintr) ? \ 65 ((pc >= (uintfptr_t)bintr) ? (uintfptr_t)bintr : \ 66 (uintfptr_t)btrap) : ~0UL) 68 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 72 typedef u_long uintfptr_t; typedef 81 uintfptr_t frompc, selfpc; \
|
| /NextBSD/sys/i386/include/ |
| HD | profile.h | 100 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? (uintfptr_t)user : pc) 103 ((pc >= (uintfptr_t)btrap && pc < (uintfptr_t)eintr) ? \ 104 ((pc >= (uintfptr_t)bintr) ? (uintfptr_t)bintr : \ 105 (uintfptr_t)btrap) : ~0U) 118 uintfptr_t selfpc, frompc, ecx; \ 141 frompc = ((uintfptr_t *)frompc)[1]; \ 149 typedef u_int uintfptr_t; typedef 161 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /NextBSD/sys/arm/include/ |
| HD | profile.h | 101 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? (uintfptr_t)user : pc) 104 ((pc >= (uintfptr_t)btrap && pc < (uintfptr_t)eintr) ? \ 105 ((pc >= (uintfptr_t)bintr) ? (uintfptr_t)bintr : \ 106 (uintfptr_t)btrap) : ~0U) 124 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 127 typedef u_int uintfptr_t; typedef
|
| /NextBSD/sys/riscv/include/ |
| HD | profile.h | 60 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? (uintfptr_t)user : pc) 63 ((pc >= (uintfptr_t)btrap && pc < (uintfptr_t)eintr) ? \ 64 ((pc >= (uintfptr_t)bintr) ? (uintfptr_t)bintr : \ 65 (uintfptr_t)btrap) : ~0UL) 67 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 71 typedef unsigned long long uintfptr_t; typedef
|
| /NextBSD/sys/arm64/include/ |
| HD | profile.h | 60 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? (uintfptr_t)user : pc) 63 ((pc >= (uintfptr_t)btrap && pc < (uintfptr_t)eintr) ? \ 64 ((pc >= (uintfptr_t)bintr) ? (uintfptr_t)bintr : \ 65 (uintfptr_t)btrap) : ~0UL) 67 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 71 typedef unsigned long long uintfptr_t; typedef
|
| /NextBSD/lib/libc/gmon/ |
| HD | mcount.c | 66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() 105 >= (uintfptr_t)(VM_MAXUSER_ADDRESS + UPAGES * PAGE_SIZE)) in _MCOUNT_DECL() 107 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL() 169 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL() 170 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL() 171 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL() 172 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL() 174 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL() 281 uintfptr_t selfpc; in mexitcount() 284 uintfptr_t selfpcdiff; [all …]
|
| /NextBSD/sys/powerpc/include/ |
| HD | profile.h | 189 #define __PROFILE_VECTOR_BASE (uintfptr_t)interrupt_vector_base 190 #define __PROFILE_VECTOR_TOP (uintfptr_t)interrupt_vector_top 213 ((pc < (uintfptr_t)VM_MAXUSER_ADDRESS) ? \ 214 (uintfptr_t)powerpc_profile_userspace : pc) 219 (uintfptr_t)powerpc_profile_interrupt : ~0U) 221 void __mcount(uintfptr_t frompc, uintfptr_t selfpc); 226 typedef u_long uintfptr_t; typedef 228 typedef u_int uintfptr_t; typedef
|
| /NextBSD/usr.sbin/pmcstat/ |
| HD | pmcstat_log.h | 55 uintfptr_t pp_entryaddr; /* entry address */ 91 uintfptr_t pi_start; /* start address (inclusive) */ 92 uintfptr_t pi_end; /* end address (exclusive) */ 93 uintfptr_t pi_entry; /* entry address */ 94 uintfptr_t pi_vaddr; /* virtual address where loaded */ 124 uintfptr_t ppm_lowpc; 125 uintfptr_t ppm_highpc; 187 uintfptr_t _pc); 189 uintfptr_t addr); 194 int pmcstat_image_addr2line(struct pmcstat_image *image, uintfptr_t addr,
|
| HD | pmcpl_callgraph.c | 90 pmcstat_cgnode_allocate(struct pmcstat_image *image, uintfptr_t pc) in pmcstat_cgnode_allocate() 127 uintfptr_t pc, int usermode) in pmcstat_cgnode_hash_lookup_pc() 134 uintfptr_t loadaddress; in pmcstat_cgnode_hash_lookup_pc() 155 for (hash = i = 0; i < sizeof(uintfptr_t); i++) in pmcstat_cgnode_hash_lookup_pc() 219 uintfptr_t pcoffset) in pmcstat_cgnode_find() 323 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) in pmcpl_cg_process() 325 uintfptr_t pc, loadaddress; in pmcpl_cg_process()
|
| HD | pmcstat_log.c | 168 uintfptr_t *cc, int usermode, uint32_t cpu); 241 struct pmcstat_image *_i, uintfptr_t _lpc); 247 struct pmcstat_image *_image, uintfptr_t _entryaddr); 249 struct pmcstat_image *_image, uintfptr_t _entryaddr); 251 pmcstat_interned_string _path, uintfptr_t _entryaddr); 484 pmcstat_symbol_search(struct pmcstat_image *image, uintfptr_t addr) in pmcstat_symbol_search() 624 uintfptr_t minva, maxva; in pmcstat_image_get_elf_params() 635 image->pi_start = minva = ~(uintfptr_t) 0; in pmcstat_image_get_elf_params() 636 image->pi_end = maxva = (uintfptr_t) 0; in pmcstat_image_get_elf_params() 860 uintfptr_t start) in pmcstat_image_link() [all …]
|
| HD | pmcpl_callgraph.h | 42 uintfptr_t pcg_func; 62 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
|
| HD | pmcpl_annotate.c | 80 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) in pmcpl_annotate_process() 84 uintfptr_t newpc; in pmcpl_annotate_process()
|
| HD | pmcpl_calltree.c | 88 uintfptr_t pctf_func; 97 uintfptr_t pct_func; 270 uintfptr_t pc, unsigned v) in pmcpl_ct_instr_add() 657 pmcpl_ct_node_hash_lookup(struct pmcstat_image *image, uintfptr_t pc, in pmcpl_ct_node_hash_lookup() 674 for (hash = i = 0; i < (int)sizeof(uintfptr_t); i++) in pmcpl_ct_node_hash_lookup() 722 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) in pmcpl_ct_process() 725 uintfptr_t pc, loadaddress; in pmcpl_ct_process() 822 pmcpl_ct_node_printchild(struct pmcpl_ct_node *ct, uintfptr_t paddr, in pmcpl_ct_node_printchild() 826 uintfptr_t addr; in pmcpl_ct_node_printchild() 889 uintfptr_t faddr, addr; in pmcpl_ct_node_printself() [all …]
|
| HD | pmcpl_annotate_cg.c | 81 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) in pmcpl_annotate_cg_process() 85 uintfptr_t newpc; in pmcpl_annotate_cg_process()
|
| HD | pmcpl_annotate_cg.h | 40 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
|
| /NextBSD/sys/mips/include/ |
| HD | profile.h | 119 typedef u_long uintfptr_t; typedef 121 typedef u_int uintfptr_t; typedef 138 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 164 void _mcount(uintfptr_t frompc, uintfptr_t selfpc); 176 void mexitcount(uintfptr_t selfpc);
|
| /NextBSD/sys/sys/ |
| HD | pmclog.h | 136 uintfptr_t pl_start; /* 8 byte aligned */ 143 uintfptr_t pl_start; /* 8 byte aligned */ 144 uintfptr_t pl_end; 150 uintfptr_t pl_pc; /* 8 byte aligned */ 185 uintfptr_t pl_start; /* keep 8 byte aligned */ 267 uintfptr_t start, const char *path); 269 uintfptr_t start, uintfptr_t end); 276 uintfptr_t _startaddr, char *_path);
|
| HD | gmon.h | 164 uintfptr_t lowpc; 165 uintfptr_t highpc; 205 #define PC_TO_I(p, pc) ((uintfptr_t)(pc) - (uintfptr_t)(p)->lowpc) 227 void kmupetext(uintfptr_t nhighpc); 228 void mexitcount(uintfptr_t selfpc);
|
| HD | pmckern.h | 67 uintfptr_t pm_entryaddr; 72 uintfptr_t pm_address; /* address object is loaded at */ 76 uintfptr_t pm_address; /* start address of region */
|
| HD | resourcevar.h | 118 void addupc_intr(struct thread *td, uintfptr_t pc, u_int ticks); 119 void addupc_task(struct thread *td, uintfptr_t pc, u_int ticks);
|
| /NextBSD/lib/libpmc/ |
| HD | pmclog.h | 51 uintfptr_t pl_pc[PMC_CALLCHAIN_DEPTH_MAX]; 67 uintfptr_t pl_start; 73 uintfptr_t pl_start; 74 uintfptr_t pl_end; 78 uintfptr_t pl_pc; 118 uintfptr_t pl_entryaddr;
|
| /NextBSD/sys/libkern/ |
| HD | mcount.c | 60 uintfptr_t frompc, selfpc; in _MCOUNT_DECL() 249 uintfptr_t selfpc; in mexitcount() 252 uintfptr_t selfpcdiff; 255 selfpcdiff = selfpc - (uintfptr_t)p->lowpc;
|
| /NextBSD/sys/dev/hwpmc/ |
| HD | hwpmc_logging.c | 152 PMC_CALLCHAIN_DEPTH_MAX*sizeof(uintfptr_t)); 156 4*4 + sizeof(uintfptr_t)); 158 4*4 + sizeof(uintfptr_t)); 159 CTASSERT(sizeof(struct pmclog_map_out) == 4*4 + 2*sizeof(uintfptr_t)); 160 CTASSERT(sizeof(struct pmclog_pcsample) == 6*4 + sizeof(uintfptr_t)); 167 sizeof(uintfptr_t)); 169 sizeof(uintfptr_t)); 786 ps->ps_nsamples * sizeof(uintfptr_t); in pmclog_process_callchain() 813 pmclog_process_map_in(struct pmc_owner *po, pid_t pid, uintfptr_t start, in pmclog_process_map_in() 832 pmclog_process_map_out(struct pmc_owner *po, pid_t pid, uintfptr_t start, in pmclog_process_map_out() [all …]
|
| /NextBSD/sys/kern/ |
| HD | subr_prof.c | 84 kmupetext(uintfptr_t nhighpc) in kmupetext() 153 uintfptr_t tmp_addr; 241 for (tmp_addr = (uintfptr_t)nullfunc_loop_profiled; 242 tmp_addr < (uintfptr_t)nullfunc_loop_profiled_end; 459 addupc_intr(struct thread *td, uintfptr_t pc, u_int ticks) in addupc_intr() 493 addupc_task(struct thread *td, uintfptr_t pc, u_int ticks) in addupc_task()
|