Home
last modified time | relevance | path

Searched refs:tep_handle (Results 1 – 25 of 59) sorted by relevance

123

/linux/tools/lib/traceevent/
A Devent-parse.h45 struct tep_handle;
270 struct tep_handle *tep;
394 struct tep_handle *tep);
560 int tep_get_cpus(struct tep_handle *tep);
575 struct tep_handle *tep_alloc(void);
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 …]
A Devent-parse-api.c46 int tep_get_events_count(struct tep_handle *tep) in tep_get_events_count()
61 void tep_set_flag(struct tep_handle *tep, int flag) in tep_set_flag()
150 int tep_get_header_page_size(struct tep_handle *tep) in tep_get_header_page_size()
164 int tep_get_header_timestamp_size(struct tep_handle *tep) in tep_get_header_timestamp_size()
178 int tep_get_cpus(struct tep_handle *tep) in tep_get_cpus()
191 void tep_set_cpus(struct tep_handle *tep, int cpus) in tep_set_cpus()
204 int tep_get_long_size(struct tep_handle *tep) in tep_get_long_size()
231 int tep_get_page_size(struct tep_handle *tep) in tep_get_page_size()
258 bool tep_is_file_bigendian(struct tep_handle *tep) in tep_is_file_bigendian()
285 bool tep_is_local_bigendian(struct tep_handle *tep) in tep_is_local_bigendian()
[all …]
A Devent-parse-local.h20 struct tep_handle { struct
109 void free_tep_plugin_paths(struct tep_handle *tep); argument
111 unsigned short data2host2(struct tep_handle *tep, unsigned short data);
112 unsigned int data2host4(struct tep_handle *tep, unsigned int data);
113 unsigned long long data2host8(struct tep_handle *tep, unsigned long long data);
A Devent-plugin.c443 load_plugin(struct tep_handle *tep, const char *path, in load_plugin()
509 load_plugins_dir(struct tep_handle *tep, const char *suffix, in load_plugins_dir()
511 void (*load_plugin)(struct tep_handle *tep, in load_plugins_dir()
566 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook()
567 void (*load_plugin)(struct tep_handle *tep, in tep_load_plugins_hook()
638 tep_load_plugins(struct tep_handle *tep) in tep_load_plugins()
655 int tep_add_plugin_path(struct tep_handle *tep, char *path, in tep_add_plugin_path()
679 __hidden void free_tep_plugin_paths(struct tep_handle *tep) in free_tep_plugin_paths()
696 tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) in tep_unload_plugins()
A Devent-parse.c3635 struct tep_handle *tep = event->tep; in eval_num_arg()
3976 struct tep_handle *tep = event->tep; in print_str_arg()
4325 struct tep_handle *tep = event->tep; in make_bprint_args()
4515 struct tep_handle *tep = event->tep; in get_bprint_format()
6856 __parse_event(struct tep_handle *tep, in __parse_event()
7121 struct tep_handle *tep = event->tep; in tep_print_func_field()
7448 struct tep_handle *tep_alloc(void) in tep_alloc()
7460 void tep_ref(struct tep_handle *tep) in tep_ref()
7465 int tep_get_ref(struct tep_handle *tep) in tep_get_ref()
7515 void tep_free(struct tep_handle *tep) in tep_free()
[all …]
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent.txt15 struct tep_handle pass:[*]*tep_alloc*(void);
16 void *tep_free*(struct tep_handle pass:[*]_tep_);
17 void *tep_ref*(struct tep_handle pass:[*]_tep_);
18 void *tep_unref*(struct tep_handle pass:[*]_tep_);
19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_);
23 int *tep_get_cpus*(struct tep_handle pass:[*]_tep_);
24 void *tep_set_cpus*(struct tep_handle pass:[*]_tep_, int _cpus_);
25 int *tep_get_long_size*(strucqt tep_handle pass:[*]_tep_);
27 int *tep_get_page_size*(struct tep_handle pass:[*]_tep_);
31 bool *tep_is_old_format*(struct tep_handle pass:[*]_tep_);
[all …]
A Dlibtraceevent-handle.txt15 struct tep_handle pass:[*]*tep_alloc*(void);
16 void *tep_free*(struct tep_handle pass:[*]_tep_);
17 void *tep_ref*(struct tep_handle pass:[*]_tep_);
18 void *tep_unref*(struct tep_handle pass:[*]_tep_);
19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_);
24 These are the main functions to create and destroy tep_handle - the main
45 _tep_alloc()_ returns a pointer to a newly created tep_handle structure.
58 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-plugins.txt14 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_);
15 void *tep_unload_plugins*(struct tep_plugin_list pass:[*]_plugin_list_, struct tep_handle pass:[*]_…
16 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_,
17 void (pass:[*]_load_plugin_)(struct tep_handle pass:[*]tep,
72 struct tep_handle *tep = tep_alloc();
81 void print_plugin(struct tep_handle *tep, const char *path,
A Dlibtraceevent-record_parse.txt23 int *tep_data_type*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
24 int *tep_data_pid*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
25 int *tep_data_preempt_count*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
26 int *tep_data_flags*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
77 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-event_find.txt15 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
16 struct tep_event pass:[*]*tep_find_event_by_name*(struct tep_handle pass:[*]_tep_, const char pass:…
17 struct tep_event pass:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_rec…
48 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-set_flag.txt20 void *tep_set_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_);
21 void *tep_clear_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_);
22 bool *tep_test_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_);
58 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-commands.txt16 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_);
17 int *tep_override_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_);
18 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_);
19 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_pevent_, int _pid_);
20 struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_pevent_, const char pass…
21 int *tep_cmdline_pid*(struct tep_handle pass:[*]_pevent_, struct cmdline pass:[*]_cmdline_);
96 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-event_get.txt14 struct tep_event pass:[*]*tep_get_event*(struct tep_handle pass:[*]_tep_, int _index_);
15 struct tep_event pass:[*]*tep_get_first_event*(struct tep_handle pass:[*]_tep_);
16 int *tep_get_events_count*(struct tep_handle pass:[*]_tep_);
50 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-header_page.txt15 int *tep_get_header_page_size*(struct tep_handle pass:[*]_tep_);
16 int *tep_get_header_timestamp_size*(struct tep_handle pass:[*]_tep_);
17 bool *tep_is_old_format*(struct tep_handle pass:[*]_tep_);
54 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-func_apis.txt17 int *tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_…
18 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_);
19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
20 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long …
21 int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lon…
22 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned…
102 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-cpus.txt15 int *tep_get_cpus*(struct tep_handle pass:[*]_tep_);
16 void *tep_set_cpus*(struct tep_handle pass:[*]_tep_, int _cpus_);
39 struct tep_handle *tep = tep_alloc();
A Dlibtraceevent-long_size.txt15 int *tep_get_long_size*(strucqt tep_handle pass:[*]_tep_);
16 void *tep_set_long_size*(struct tep_handle pass:[*]_tep_, int _long_size_);
39 struct tep_handle *tep = tep_alloc();
/linux/tools/perf/util/
A Dtrace-event.h17 struct tep_handle *pevent;
38 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size);
39 int parse_event_file(struct tep_handle *pevent,
45 void parse_proc_kallsyms(struct tep_handle *pevent, char *file, unsigned int size);
46 void parse_ftrace_printk(struct tep_handle *pevent, char *file, unsigned int size);
47 void parse_saved_cmdline(struct tep_handle *pevent, char *file, unsigned int size);
96 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
110 struct tep_handle *pevent;
A Dtrace-event-read.c81 static unsigned int read4(struct tep_handle *pevent) in read4()
90 static unsigned long long read8(struct tep_handle *pevent) in read8()
143 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
166 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
193 static int read_header_files(struct tep_handle *pevent) in read_header_files()
244 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
269 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
293 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
311 static int read_event_files(struct tep_handle *pevent) in read_event_files()
342 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
A Dtrace-event-parse.c18 struct tep_handle *pevent = context->pevent; in get_common_field()
123 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
149 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
170 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
A Dtrace-event.c30 struct tep_handle *pevent = tep_alloc(); in trace_event__init()
43 struct tep_handle *pevent; in trace_event__init2()
78 struct tep_handle *pevent = tevent.pevent; in tp_format()
/linux/tools/lib/traceevent/plugins/
A Dplugin_cfg80211.c28 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
39 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
A Dplugin_jbd2.c36 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
54 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
A Dplugin_tlb.c53 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
61 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
A Dplugin_function.c119 static void show_function(struct trace_seq *s, struct tep_handle *tep, in show_function()
134 struct tep_handle *tep = event->tep; in function_handler()
248 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
264 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()

Completed in 35 milliseconds

123