Home
last modified time | relevance | path

Searched refs:transient (Results 1 – 25 of 34) sorted by relevance

12

/external/oprofile/daemon/
Dopd_ibs_trans.h19 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);
Dopd_trans.c37 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 …]
Dopd_trans.h39 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);
Dopd_ibs.h21 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);
Dopd_spu.c33 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()
Dopd_sfile.h25 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,
Dopd_anon.c47 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()
Dopd_sfile.c42 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()
Dopd_ibs_trans.c29 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()
Dopd_kernel.h21 struct transient;
41 find_kernel_image(struct transient const * trans);
Dopd_anon.h21 struct transient;
50 struct anon_mapping * find_anon_mapping(struct transient *);
Dopd_extended.h54 odb_t * (*get)(struct transient const *, int);
84 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
Dopd_ibs.c84 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()
Dopd_extended.c175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg) in opd_ext_sfile_get()
Dopd_kernel.c208 struct kernel_image * find_kernel_image(struct transient const * trans) in find_kernel_image()
/external/bluetooth/bluez/test/
Dbdaddr.c41 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/
Dkeywords.txt55 transient
/external/webkit/Source/JavaScriptCore/parser/
DKeywords.table69 # transient RESERVED
/external/v8/src/
Dmirror-debugger.js428 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/
D3_4_BUGSTATUS.txt60 188161 valgrind --track-origins=yes asserts (transient trunk
/external/doclava/src/com/google/doclava/parser/
DJava.g358 | 'transient'
1655 : 'transient'
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto583 TRANSIENT_ERROR = 8; // A transient error occured (eg. backend
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm199 // Call to clear out transient weak references we hold during drags.
/external/libvpx/examples/includes/geshi/docs/
DCHANGES576 - Added some missing java keywords like "abstract" and "transient"
/external/webkit/Source/JavaScriptGlue/
DChangeLog3105 the time of their creation. Since ExecStates are transient, that

12