/external/oprofile/daemon/ |
D | opd_ibs_trans.h | 19 struct transient; 23 void (*translator)(struct transient *); 27 extern void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag); 28 extern void trans_ibs_op (struct transient * trans, unsigned int selected_flag); 29 extern void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag); 30 extern void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag); 31 extern int trans_ibs_op_rip_invalid (struct transient * trans); 32 extern void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans); 33 extern void trans_ibs_op_ls_memaccess(struct transient * trans); 34 extern void trans_ibs_op_bta (struct transient * trans);
|
D | opd_trans.c | 37 void clear_trans_last(struct transient * trans) in clear_trans_last() 44 void clear_trans_current(struct transient * trans) in clear_trans_current() 51 uint64_t pop_buffer_value(struct transient * trans) in pop_buffer_value() 74 int enough_remaining(struct transient * trans, size_t size) in enough_remaining() 85 static void opd_put_sample(struct transient * trans, unsigned long long pc) in opd_put_sample() 135 static void code_unknown(struct transient * trans __attribute__((unused))) in code_unknown() 142 static void code_ctx_switch(struct transient * trans) in code_ctx_switch() 169 static void code_cpu_switch(struct transient * trans) in code_cpu_switch() 183 static void code_cookie_switch(struct transient * trans) in code_cookie_switch() 202 static void code_kernel_enter(struct transient * trans) in code_kernel_enter() [all …]
|
D | opd_trans.h | 39 struct transient { struct 60 typedef void (*handler_t)(struct transient *); argument 63 uint64_t pop_buffer_value(struct transient * trans); 64 int enough_remaining(struct transient * trans, size_t size); 65 static inline void update_trans_last(struct transient * trans) in update_trans_last() 81 void clear_trans_last(struct transient * trans); 84 void clear_trans_current(struct transient * trans);
|
D | opd_ibs.h | 21 struct transient; 92 extern void code_ibs_fetch_sample(struct transient * trans); 124 extern void code_ibs_op_sample(struct transient * trans); 127 extern void opd_log_ibs_event(unsigned int event, struct transient * trans); 130 extern void opd_log_ibs_count(unsigned int event, struct transient * trans, unsigned int count);
|
D | opd_spu.c | 33 static void process_spu_samples(struct transient * trans); 35 void (*special_processor)(struct transient *); 44 void code_spu_profiling(struct transient * trans) in code_spu_profiling() 55 void code_spu_ctx_switch(struct transient * trans) in code_spu_ctx_switch() 91 static void cache_spu_context_info(struct transient * trans) in cache_spu_context_info() 101 static void update_trans_for_spu(struct transient * trans) in update_trans_for_spu() 114 (struct transient * trans, unsigned long long pc) in opd_put_spu_sample() 147 static void process_spu_samples(struct transient * trans) in process_spu_samples()
|
D | opd_sfile.h | 25 struct transient; 107 struct sfile * sfile_find(struct transient const * trans); 110 void sfile_log_sample(struct transient const * trans); 113 void sfile_log_sample_count(struct transient const * trans,
|
D | opd_anon.c | 47 static void do_lru(struct transient * trans) in do_lru() 77 static void clear_anon_maps(struct transient * trans) in clear_anon_maps() 109 add_anon_mapping(struct transient * trans, vma_t start, vma_t end, char * name) in add_anon_mapping() 131 static void get_anon_maps(struct transient * trans) in get_anon_maps() 165 anon_match(struct transient const * trans, struct anon_mapping const * anon) in anon_match() 179 struct anon_mapping * find_anon_mapping(struct transient * trans) in find_anon_mapping()
|
D | opd_sfile.c | 42 sfile_hash(struct transient const * trans, struct kernel_image * ki) in sfile_hash() 122 trans_match(struct transient const * trans, struct sfile const * sfile, in trans_match() 163 create_sfile(unsigned long hash, struct transient const * trans, in create_sfile() 220 struct sfile * sfile_find(struct transient const * trans) in sfile_find() 297 static odb_t * get_file(struct transient const * trans, int is_cg) in get_file() 368 static void verbose_sample(struct transient const * trans, vma_t pc) in verbose_sample() 377 verbose_arc(struct transient const * trans, vma_t from, vma_t to) in verbose_arc() 386 static void sfile_log_arc(struct transient const * trans) in sfile_log_arc() 429 void sfile_log_sample(struct transient const * trans) in sfile_log_sample() 435 void sfile_log_sample_count(struct transient const * trans, in sfile_log_sample_count()
|
D | opd_ibs_trans.c | 29 void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag) in trans_ibs_fetch() 127 void trans_ibs_op (struct transient * trans, unsigned int selected_flag) in trans_ibs_op() 209 void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag) in trans_ibs_op_ls() 414 void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag) in trans_ibs_op_nb() 513 int trans_ibs_op_rip_invalid (struct transient * trans) in trans_ibs_op_rip_invalid() 524 void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans) in trans_ibs_op_mask_reserved() 564 void trans_ibs_op_bta(struct transient * trans) in trans_ibs_op_bta() 604 void trans_ibs_op_ls_memaccess(struct transient * trans) in trans_ibs_op_ls_memaccess()
|
D | opd_kernel.h | 21 struct transient; 41 find_kernel_image(struct transient const * trans);
|
D | opd_anon.h | 21 struct transient; 50 struct anon_mapping * find_anon_mapping(struct transient *);
|
D | opd_extended.h | 54 odb_t * (*get)(struct transient const *, int); 84 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
|
D | opd_ibs.c | 84 static void opd_log_ibs_fetch(struct transient * trans) in opd_log_ibs_fetch() 98 static void opd_log_ibs_op(struct transient * trans) in opd_log_ibs_op() 117 static void opd_put_ibs_sample(struct transient * trans) in opd_put_ibs_sample() 192 void code_ibs_fetch_sample(struct transient * trans) in code_ibs_fetch_sample() 242 static void get_ibs_op_bta_sample(struct transient * trans, in get_ibs_op_bta_sample() 266 void code_ibs_op_sample(struct transient * trans) in code_ibs_op_sample() 344 struct transient * trans) in opd_log_ibs_event() 353 struct transient * trans, in opd_log_ibs_count() 750 static odb_t * ibs_sfile_get(struct transient const * trans, int is_cg) in ibs_sfile_get()
|
D | opd_extended.c | 175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg) in opd_ext_sfile_get()
|
D | opd_kernel.c | 208 struct kernel_image * find_kernel_image(struct transient const * trans) in find_kernel_image()
|
/external/bluetooth/bluez/test/ |
D | bdaddr.c | 41 static int transient = 0; variable 125 if (transient) in csr_write_bd_addr() 175 if (transient) in csr_reset_device() 341 transient = 1; in main()
|
/external/proguard/examples/dictionaries/ |
D | keywords.txt | 55 transient
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Keywords.table | 69 # transient RESERVED
|
/external/v8/src/ |
D | mirror-debugger.js | 428 function ValueMirror(type, value, transient) { argument 431 if (!transient) { 571 function ObjectMirror(value, type, transient) { argument 572 %_CallFunction(this, type || OBJECT_TYPE, value, transient, ValueMirror); 1743 var transient = this.scopeType() == ScopeType.Local || 1745 return MakeMirror(this.details_.object(), transient);
|
/external/valgrind/main/docs/internals/ |
D | 3_4_BUGSTATUS.txt | 60 188161 valgrind --track-origins=yes asserts (transient trunk
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 358 | 'transient' 1655 : 'transient'
|
/external/chromium/chrome/browser/sync/protocol/ |
D | sync.proto | 583 TRANSIENT_ERROR = 8; // A transient error occured (eg. backend
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_view.mm | 199 // Call to clear out transient weak references we hold during drags.
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 576 - Added some missing java keywords like "abstract" and "transient"
|
/external/webkit/Source/JavaScriptGlue/ |
D | ChangeLog | 3105 the time of their creation. Since ExecStates are transient, that
|