Home
last modified time | relevance | path

Searched refs:tep (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/traceevent/
H A Devent-parse-api.c21 if (tep && tep->events && index < tep->nr_events) in tep_get_event()
48 if (tep) in tep_get_events_count()
63 if (tep) in tep_set_flag()
76 if (tep) in tep_clear_flag()
90 if (tep) in tep_test_flag()
99 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host2()
112 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host4()
128 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host8()
152 if (tep) in tep_get_header_page_size()
166 if (tep) in tep_get_header_timestamp_size()
[all …]
H A Devent-parse.h270 struct tep_handle *tep; member
394 struct tep_handle *tep);
560 int tep_get_cpus(struct tep_handle *tep);
562 int tep_get_long_size(struct tep_handle *tep);
564 int tep_get_page_size(struct tep_handle *tep);
576 void tep_free(struct tep_handle *tep);
577 void tep_ref(struct tep_handle *tep);
578 void tep_unref(struct tep_handle *tep);
579 int tep_get_ref(struct tep_handle *tep);
582 void tep_print_funcs(struct tep_handle *tep);
[all …]
H A Devent-parse.c201 if (!tep->cmdlines && cmdline_init(tep)) in find_cmdline()
230 if (!tep->cmdlines && cmdline_init(tep)) in tep_is_pid_registered()
383 if (!tep->cmdlines && cmdline_init(tep)) { in tep_override_comm()
833 event->tep = tep; in add_event()
3635 struct tep_handle *tep = event->tep; in eval_num_arg() local
3976 struct tep_handle *tep = event->tep; in print_str_arg() local
4325 struct tep_handle *tep = event->tep; in make_bprint_args() local
4515 struct tep_handle *tep = event->tep; in get_bprint_format() local
6788 event->tep = tep; in parse_format()
6867 if (tep && add_event(tep, event)) { in __parse_event()
[all …]
H A Devent-plugin.c501 func(tep); in load_plugin()
579 if (tep && tep->flags & TEP_DISABLE_PLUGINS) in tep_load_plugins_hook()
582 if (tep) in tep_load_plugins_hook()
596 if (!tep || !(tep->flags & TEP_DISABLE_SYS_PLUGINS)) in tep_load_plugins_hook()
625 if (tep) in tep_load_plugins_hook()
660 if (!tep || !path) in tep_add_plugin_path()
674 tep->plugins_dir = dir; in tep_add_plugin_path()
683 if (!tep) in free_tep_plugin_paths()
686 dir = tep->plugins_dir; in free_tep_plugin_paths()
688 tep->plugins_dir = tep->plugins_dir->next; in free_tep_plugin_paths()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/traceevent/
H A Devent-parse-api.c21 if (tep && tep->events && index < tep->nr_events) in tep_get_event()
48 if (tep) in tep_get_events_count()
63 if (tep) in tep_set_flag()
76 if (tep) in tep_clear_flag()
90 if (tep) in tep_test_flag()
99 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host2()
112 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host4()
128 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host8()
152 if (tep) in tep_get_header_page_size()
166 if (tep) in tep_get_header_timestamp_size()
[all …]
H A Devent-parse.h270 struct tep_handle *tep; member
394 struct tep_handle *tep);
560 int tep_get_cpus(struct tep_handle *tep);
562 int tep_get_long_size(struct tep_handle *tep);
564 int tep_get_page_size(struct tep_handle *tep);
576 void tep_free(struct tep_handle *tep);
577 void tep_ref(struct tep_handle *tep);
578 void tep_unref(struct tep_handle *tep);
579 int tep_get_ref(struct tep_handle *tep);
582 void tep_print_funcs(struct tep_handle *tep);
[all …]
H A Devent-parse.c201 if (!tep->cmdlines && cmdline_init(tep)) in find_cmdline()
230 if (!tep->cmdlines && cmdline_init(tep)) in tep_is_pid_registered()
383 if (!tep->cmdlines && cmdline_init(tep)) { in tep_override_comm()
833 event->tep = tep; in add_event()
3635 struct tep_handle *tep = event->tep; in eval_num_arg() local
3976 struct tep_handle *tep = event->tep; in print_str_arg() local
4325 struct tep_handle *tep = event->tep; in make_bprint_args() local
4515 struct tep_handle *tep = event->tep; in get_bprint_format() local
6788 event->tep = tep; in parse_format()
6867 if (tep && add_event(tep, event)) { in __parse_event()
[all …]
H A Devent-plugin.c501 func(tep); in load_plugin()
579 if (tep && tep->flags & TEP_DISABLE_PLUGINS) in tep_load_plugins_hook()
582 if (tep) in tep_load_plugins_hook()
596 if (!tep || !(tep->flags & TEP_DISABLE_SYS_PLUGINS)) in tep_load_plugins_hook()
625 if (tep) in tep_load_plugins_hook()
660 if (!tep || !path) in tep_add_plugin_path()
674 tep->plugins_dir = dir; in tep_add_plugin_path()
683 if (!tep) in free_tep_plugin_paths()
686 dir = tep->plugins_dir; in free_tep_plugin_paths()
688 tep->plugins_dir = tep->plugins_dir->next; in free_tep_plugin_paths()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/traceevent/
H A Devent-parse-api.c21 if (tep && tep->events && index < tep->nr_events) in tep_get_event()
48 if (tep) in tep_get_events_count()
63 if (tep) in tep_set_flag()
76 if (tep) in tep_clear_flag()
90 if (tep) in tep_test_flag()
99 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host2()
112 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host4()
128 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host8()
152 if (tep) in tep_get_header_page_size()
166 if (tep) in tep_get_header_timestamp_size()
[all …]
H A Devent-parse.h270 struct tep_handle *tep; member
394 struct tep_handle *tep);
560 int tep_get_cpus(struct tep_handle *tep);
562 int tep_get_long_size(struct tep_handle *tep);
564 int tep_get_page_size(struct tep_handle *tep);
576 void tep_free(struct tep_handle *tep);
577 void tep_ref(struct tep_handle *tep);
578 void tep_unref(struct tep_handle *tep);
579 int tep_get_ref(struct tep_handle *tep);
582 void tep_print_funcs(struct tep_handle *tep);
[all …]
H A Devent-parse.c201 if (!tep->cmdlines && cmdline_init(tep)) in find_cmdline()
230 if (!tep->cmdlines && cmdline_init(tep)) in tep_is_pid_registered()
383 if (!tep->cmdlines && cmdline_init(tep)) { in tep_override_comm()
833 event->tep = tep; in add_event()
3635 struct tep_handle *tep = event->tep; in eval_num_arg() local
3976 struct tep_handle *tep = event->tep; in print_str_arg() local
4325 struct tep_handle *tep = event->tep; in make_bprint_args() local
4515 struct tep_handle *tep = event->tep; in get_bprint_format() local
6788 event->tep = tep; in parse_format()
6867 if (tep && add_event(tep, event)) { in __parse_event()
[all …]
H A Devent-plugin.c501 func(tep); in load_plugin()
579 if (tep && tep->flags & TEP_DISABLE_PLUGINS) in tep_load_plugins_hook()
582 if (tep) in tep_load_plugins_hook()
596 if (!tep || !(tep->flags & TEP_DISABLE_SYS_PLUGINS)) in tep_load_plugins_hook()
625 if (tep) in tep_load_plugins_hook()
660 if (!tep || !path) in tep_add_plugin_path()
674 tep->plugins_dir = dir; in tep_add_plugin_path()
683 if (!tep) in free_tep_plugin_paths()
686 dir = tep->plugins_dir; in free_tep_plugin_paths()
688 tep->plugins_dir = tep->plugins_dir->next; in free_tep_plugin_paths()
[all …]
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dtermcap.c394 UNUSED(tep); in a_termcap_init_altern()
412 if(!a_OOK(tep)) in a_termcap_init_altern()
417 if(!a_OOK(tep)) in a_termcap_init_altern()
422 if(!a_OOK(tep)){ in a_termcap_init_altern()
430 if(!a_OOK(tep)){ in a_termcap_init_altern()
438 if(!a_OOK(tep)){ in a_termcap_init_altern()
447 if(!a_OOK(tep)){ in a_termcap_init_altern()
487 tep->te_off = rv; in a_termcap_ent_query()
553 tep->te_off = rv; in a_termcap_ent_query()
770 else if((tep += cmd)->te_flags == 0 || (tep->te_flags & a_TERMCAP_F_NOENT)) in mx_termcap_cmd()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/samples/
H A Dlogo.c740 float tep[7][9][2] = { variable
1050 glNormal3fv(en[0][0]); glTexCoord2fv(tep[0][0]); glVertex3fv(ep[0][0]); in BuildElbow()
1051 glNormal3fv(en[1][0]); glTexCoord2fv(tep[1][0]); glVertex3fv(ep[1][0]); in BuildElbow()
1052 glNormal3fv(en[0][1]); glTexCoord2fv(tep[0][1]); glVertex3fv(ep[0][1]); in BuildElbow()
1053 glNormal3fv(en[1][1]); glTexCoord2fv(tep[1][1]); glVertex3fv(ep[1][1]); in BuildElbow()
1054 glNormal3fv(en[0][2]); glTexCoord2fv(tep[0][2]); glVertex3fv(ep[0][2]); in BuildElbow()
1055 glNormal3fv(en[1][2]); glTexCoord2fv(tep[1][2]); glVertex3fv(ep[1][2]); in BuildElbow()
1056 glNormal3fv(en[0][3]); glTexCoord2fv(tep[0][3]); glVertex3fv(ep[0][3]); in BuildElbow()
1057 glNormal3fv(en[1][3]); glTexCoord2fv(tep[1][3]); glVertex3fv(ep[1][3]); in BuildElbow()
1058 glNormal3fv(en[0][4]); glTexCoord2fv(tep[0][4]); glVertex3fv(ep[0][4]); in BuildElbow()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/samples/
H A Dlogo.c740 float tep[7][9][2] = { variable
1050 glNormal3fv(en[0][0]); glTexCoord2fv(tep[0][0]); glVertex3fv(ep[0][0]); in BuildElbow()
1051 glNormal3fv(en[1][0]); glTexCoord2fv(tep[1][0]); glVertex3fv(ep[1][0]); in BuildElbow()
1052 glNormal3fv(en[0][1]); glTexCoord2fv(tep[0][1]); glVertex3fv(ep[0][1]); in BuildElbow()
1053 glNormal3fv(en[1][1]); glTexCoord2fv(tep[1][1]); glVertex3fv(ep[1][1]); in BuildElbow()
1054 glNormal3fv(en[0][2]); glTexCoord2fv(tep[0][2]); glVertex3fv(ep[0][2]); in BuildElbow()
1055 glNormal3fv(en[1][2]); glTexCoord2fv(tep[1][2]); glVertex3fv(ep[1][2]); in BuildElbow()
1056 glNormal3fv(en[0][3]); glTexCoord2fv(tep[0][3]); glVertex3fv(ep[0][3]); in BuildElbow()
1057 glNormal3fv(en[1][3]); glTexCoord2fv(tep[1][3]); glVertex3fv(ep[1][3]); in BuildElbow()
1058 glNormal3fv(en[0][4]); glTexCoord2fv(tep[0][4]); glVertex3fv(ep[0][4]); in BuildElbow()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/traceevent/plugins/
H A Dplugin_kmem.c27 func = tep_find_function(event->tep, val); in call_site_handler()
31 addr = tep_find_function_address(event->tep, val); in call_site_handler()
37 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() argument
39 tep_register_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_LOADER()
42 tep_register_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_LOADER()
45 tep_register_event_handler(tep, -1, "kmem", "kmalloc_node", in TEP_PLUGIN_LOADER()
51 tep_register_event_handler(tep, -1, "kmem", in TEP_PLUGIN_LOADER()
60 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER() argument
62 tep_unregister_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_UNLOADER()
65 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_UNLOADER()
[all …]
H A Dplugin_function.c126 offset = tep_find_function_address(tep, function); in show_function()
134 struct tep_handle *tep = event->tep; in function_handler() local
144 func = tep_find_function(tep, function); in function_handler()
149 parent = tep_find_function(tep, pfunction); in function_handler()
157 show_function(s, tep, func, function); in function_handler()
164 show_function(s, tep, parent, pfunction); in function_handler()
190 long_size = tep_get_long_size(event->tep); in trace_stack_handler()
200 func = tep_find_function(event->tep, addr); in trace_stack_handler()
230 long_size = tep_get_long_size(event->tep); in trace_raw_data_handler()
248 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/traceevent/plugins/
H A Dplugin_kmem.c27 func = tep_find_function(event->tep, val); in call_site_handler()
31 addr = tep_find_function_address(event->tep, val); in call_site_handler()
37 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() argument
39 tep_register_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_LOADER()
42 tep_register_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_LOADER()
45 tep_register_event_handler(tep, -1, "kmem", "kmalloc_node", in TEP_PLUGIN_LOADER()
51 tep_register_event_handler(tep, -1, "kmem", in TEP_PLUGIN_LOADER()
60 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER() argument
62 tep_unregister_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_UNLOADER()
65 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_UNLOADER()
[all …]
H A Dplugin_function.c126 offset = tep_find_function_address(tep, function); in show_function()
134 struct tep_handle *tep = event->tep; in function_handler() local
144 func = tep_find_function(tep, function); in function_handler()
149 parent = tep_find_function(tep, pfunction); in function_handler()
157 show_function(s, tep, func, function); in function_handler()
164 show_function(s, tep, parent, pfunction); in function_handler()
190 long_size = tep_get_long_size(event->tep); in trace_stack_handler()
200 func = tep_find_function(event->tep, addr); in trace_stack_handler()
230 long_size = tep_get_long_size(event->tep); in trace_raw_data_handler()
248 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/traceevent/plugins/
H A Dplugin_kmem.c27 func = tep_find_function(event->tep, val); in call_site_handler()
31 addr = tep_find_function_address(event->tep, val); in call_site_handler()
37 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() argument
39 tep_register_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_LOADER()
42 tep_register_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_LOADER()
45 tep_register_event_handler(tep, -1, "kmem", "kmalloc_node", in TEP_PLUGIN_LOADER()
51 tep_register_event_handler(tep, -1, "kmem", in TEP_PLUGIN_LOADER()
60 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER() argument
62 tep_unregister_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_UNLOADER()
65 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_UNLOADER()
[all …]
H A Dplugin_function.c126 offset = tep_find_function_address(tep, function); in show_function()
134 struct tep_handle *tep = event->tep; in function_handler() local
144 func = tep_find_function(tep, function); in function_handler()
149 parent = tep_find_function(tep, pfunction); in function_handler()
157 show_function(s, tep, func, function); in function_handler()
164 show_function(s, tep, parent, pfunction); in function_handler()
190 long_size = tep_get_long_size(event->tep); in trace_stack_handler()
200 func = tep_find_function(event->tep, addr); in trace_stack_handler()
230 long_size = tep_get_long_size(event->tep); in trace_raw_data_handler()
248 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() argument
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-text-event-processor.c89 e_text_event_processor_init (ETextEventProcessor *tep) in e_text_event_processor_init() argument
91 tep->allow_newlines = TRUE; in e_text_event_processor_init()
95 e_text_event_processor_handle_event (ETextEventProcessor *tep, in e_text_event_processor_handle_event() argument
98 if (E_TEXT_EVENT_PROCESSOR_GET_CLASS (tep)->event) in e_text_event_processor_handle_event()
99 return E_TEXT_EVENT_PROCESSOR_GET_CLASS (tep)->event (tep, event); in e_text_event_processor_handle_event()
111 ETextEventProcessor *tep = E_TEXT_EVENT_PROCESSOR (object); in e_text_event_processor_set_property() local
115 tep->allow_newlines = g_value_get_boolean (value); in e_text_event_processor_set_property()
129 ETextEventProcessor *tep = E_TEXT_EVENT_PROCESSOR (object); in e_text_event_processor_get_property() local
133 g_value_set_boolean (value, tep->allow_newlines); in e_text_event_processor_get_property()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c38 struct brw_program *tep, in brw_codegen_tes_prog() argument
57 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tep->program, in brw_codegen_tes_prog()
83 tep->program.sh.data->LinkStatus = LINKING_FAILURE; in brw_codegen_tes_prog()
84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog()
94 if (tep->compiled_once) { in brw_codegen_tes_prog()
102 tep->compiled_once = true; in brw_codegen_tes_prog()
128 struct brw_program *tep = in brw_tes_populate_key() local
130 struct gl_program *prog = &tep->program; in brw_tes_populate_key()
138 brw_populate_base_prog_key(&brw->ctx, tep, &key->base); in brw_tes_populate_key()
161 struct brw_program *tep = in brw_upload_tes_prog() local
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c38 struct brw_program *tep, in brw_codegen_tes_prog() argument
57 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tep->program, in brw_codegen_tes_prog()
83 tep->program.sh.data->LinkStatus = LINKING_FAILURE; in brw_codegen_tes_prog()
84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog()
94 if (tep->compiled_once) { in brw_codegen_tes_prog()
102 tep->compiled_once = true; in brw_codegen_tes_prog()
128 struct brw_program *tep = in brw_tes_populate_key() local
130 struct gl_program *prog = &tep->program; in brw_tes_populate_key()
138 brw_populate_base_prog_key(&brw->ctx, tep, &key->base); in brw_tes_populate_key()
161 struct brw_program *tep = in brw_upload_tes_prog() local
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c38 struct brw_program *tep, in brw_codegen_tes_prog() argument
57 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tep->program, in brw_codegen_tes_prog()
83 tep->program.sh.data->LinkStatus = LINKING_FAILURE; in brw_codegen_tes_prog()
84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog()
94 if (tep->compiled_once) { in brw_codegen_tes_prog()
102 tep->compiled_once = true; in brw_codegen_tes_prog()
128 struct brw_program *tep = in brw_tes_populate_key() local
130 struct gl_program *prog = &tep->program; in brw_tes_populate_key()
138 brw_populate_base_prog_key(&brw->ctx, tep, &key->base); in brw_tes_populate_key()
161 struct brw_program *tep = in brw_upload_tes_prog() local
[all …]

12345678910>>...40