tep_event 19 tools/lib/traceevent/event-parse-api.c struct tep_event *tep_get_event(struct tep_handle *tep, int index) tep_event 34 tools/lib/traceevent/event-parse-api.c struct tep_event *tep_get_first_event(struct tep_handle *tep) tep_event 51 tools/lib/traceevent/event-parse-local.h struct tep_event **events; tep_event 53 tools/lib/traceevent/event-parse-local.h struct tep_event **sort_events; tep_event 83 tools/lib/traceevent/event-parse-local.h struct tep_event *last_event; tep_event 86 tools/lib/traceevent/event-parse-local.h void tep_free_event(struct tep_event *event); tep_event 99 tools/lib/traceevent/event-parse.c struct tep_event *event, struct tep_print_arg *arg); tep_event 812 tools/lib/traceevent/event-parse.c static struct tep_event *alloc_event(void) tep_event 814 tools/lib/traceevent/event-parse.c return calloc(1, sizeof(struct tep_event)); tep_event 817 tools/lib/traceevent/event-parse.c static int add_event(struct tep_handle *tep, struct tep_event *event) tep_event 820 tools/lib/traceevent/event-parse.c struct tep_event **events = realloc(tep->events, sizeof(event) * tep_event 1428 tools/lib/traceevent/event-parse.c static int event_read_fields(struct tep_event *event, struct tep_format_field **fields) tep_event 1715 tools/lib/traceevent/event-parse.c static int event_read_format(struct tep_event *event) tep_event 1748 tools/lib/traceevent/event-parse.c process_arg_token(struct tep_event *event, struct tep_print_arg *arg, tep_event 1752 tools/lib/traceevent/event-parse.c process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 1764 tools/lib/traceevent/event-parse.c process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); tep_event 1771 tools/lib/traceevent/event-parse.c process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 1785 tools/lib/traceevent/event-parse.c process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) tep_event 1841 tools/lib/traceevent/event-parse.c process_array(struct tep_event *event, struct tep_print_arg *top, char **tok) tep_event 1943 tools/lib/traceevent/event-parse.c process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2144 tools/lib/traceevent/event-parse.c process_entry(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, tep_event 2183 tools/lib/traceevent/event-parse.c static int alloc_and_process_delim(struct tep_event *event, char *next_token, tep_event 2518 tools/lib/traceevent/event-parse.c process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) tep_event 2599 tools/lib/traceevent/event-parse.c process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2652 tools/lib/traceevent/event-parse.c process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2691 tools/lib/traceevent/event-parse.c process_hex_common(struct tep_event *event, struct tep_print_arg *arg, tep_event 2714 tools/lib/traceevent/event-parse.c process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2720 tools/lib/traceevent/event-parse.c process_hex_str(struct tep_event *event, struct tep_print_arg *arg, tep_event 2727 tools/lib/traceevent/event-parse.c process_int_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2755 tools/lib/traceevent/event-parse.c process_dynamic_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2819 tools/lib/traceevent/event-parse.c process_dynamic_array_len(struct tep_event *event, struct tep_print_arg *arg, tep_event 2855 tools/lib/traceevent/event-parse.c process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok) tep_event 2918 tools/lib/traceevent/event-parse.c process_str(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, tep_event 2947 tools/lib/traceevent/event-parse.c process_bitmask(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, tep_event 3008 tools/lib/traceevent/event-parse.c process_func_handler(struct tep_event *event, struct tep_function_handler *func, tep_event 3066 tools/lib/traceevent/event-parse.c process_function(struct tep_event *event, struct tep_print_arg *arg, tep_event 3122 tools/lib/traceevent/event-parse.c process_arg_token(struct tep_event *event, struct tep_print_arg *arg, tep_event 3210 tools/lib/traceevent/event-parse.c static int event_read_print_args(struct tep_event *event, struct tep_print_arg **list) tep_event 3268 tools/lib/traceevent/event-parse.c static int event_read_print(struct tep_event *event) tep_event 3334 tools/lib/traceevent/event-parse.c tep_find_common_field(struct tep_event *event, const char *name) tep_event 3356 tools/lib/traceevent/event-parse.c tep_find_field(struct tep_event *event, const char *name) tep_event 3379 tools/lib/traceevent/event-parse.c tep_find_any_field(struct tep_event *event, const char *name) tep_event 3451 tools/lib/traceevent/event-parse.c struct tep_event *event; tep_event 3538 tools/lib/traceevent/event-parse.c struct tep_event *tep_find_event(struct tep_handle *tep, int id) tep_event 3540 tools/lib/traceevent/event-parse.c struct tep_event **eventptr; tep_event 3541 tools/lib/traceevent/event-parse.c struct tep_event key; tep_event 3542 tools/lib/traceevent/event-parse.c struct tep_event *pkey = &key; tep_event 3570 tools/lib/traceevent/event-parse.c struct tep_event * tep_event 3574 tools/lib/traceevent/event-parse.c struct tep_event *event = NULL; tep_event 3599 tools/lib/traceevent/event-parse.c eval_num_arg(void *data, int size, struct tep_event *event, struct tep_print_arg *arg) tep_event 3939 tools/lib/traceevent/event-parse.c struct tep_event *event, const char *format, tep_event 4194 tools/lib/traceevent/event-parse.c struct tep_event *event, struct tep_print_arg *arg) tep_event 4289 tools/lib/traceevent/event-parse.c static struct tep_print_arg *make_bprint_args(char *fmt, void *data, int size, struct tep_event *event) tep_event 4477 tools/lib/traceevent/event-parse.c struct tep_event *event) tep_event 4512 tools/lib/traceevent/event-parse.c struct tep_event *event, struct tep_print_arg *arg) tep_event 4665 tools/lib/traceevent/event-parse.c void *data, int size, struct tep_event *event, tep_event 4702 tools/lib/traceevent/event-parse.c void *data, int size, struct tep_event *event, tep_event 4752 tools/lib/traceevent/event-parse.c void *data, int size, struct tep_event *event, tep_event 4834 tools/lib/traceevent/event-parse.c void *data, int size, struct tep_event *event, tep_event 4941 tools/lib/traceevent/event-parse.c int size __maybe_unused, struct tep_event *event) tep_event 4953 tools/lib/traceevent/event-parse.c static void pretty_print(struct trace_seq *s, void *data, int size, struct tep_event *event) tep_event 5465 tools/lib/traceevent/event-parse.c struct tep_event *event, struct tep_record *record) tep_event 5492 tools/lib/traceevent/event-parse.c struct tep_event * tep_event 5515 tools/lib/traceevent/event-parse.c char *format, struct tep_event *event, tep_event 5554 tools/lib/traceevent/event-parse.c struct tep_record *record, struct tep_event *event, tep_event 5579 tools/lib/traceevent/event-parse.c struct tep_record *record, struct tep_event *event, tep_event 5661 tools/lib/traceevent/event-parse.c struct tep_event *event; tep_event 5702 tools/lib/traceevent/event-parse.c struct tep_event * const * ea = a; tep_event 5703 tools/lib/traceevent/event-parse.c struct tep_event * const * eb = b; tep_event 5716 tools/lib/traceevent/event-parse.c struct tep_event * const * ea = a; tep_event 5717 tools/lib/traceevent/event-parse.c struct tep_event * const * eb = b; tep_event 5733 tools/lib/traceevent/event-parse.c struct tep_event * const * ea = a; tep_event 5734 tools/lib/traceevent/event-parse.c struct tep_event * const * eb = b; tep_event 5748 tools/lib/traceevent/event-parse.c static struct tep_event **list_events_copy(struct tep_handle *tep) tep_event 5750 tools/lib/traceevent/event-parse.c struct tep_event **events; tep_event 5764 tools/lib/traceevent/event-parse.c static void list_events_sort(struct tep_event **events, int nr_events, tep_event 5797 tools/lib/traceevent/event-parse.c struct tep_event **tep_list_events(struct tep_handle *tep, tep_event 5800 tools/lib/traceevent/event-parse.c struct tep_event **events; tep_event 5839 tools/lib/traceevent/event-parse.c struct tep_event **tep_list_events_copy(struct tep_handle *tep, tep_event 5842 tools/lib/traceevent/event-parse.c struct tep_event **events; tep_event 5898 tools/lib/traceevent/event-parse.c struct tep_format_field **tep_event_common_fields(struct tep_event *event) tep_event 5912 tools/lib/traceevent/event-parse.c struct tep_format_field **tep_event_fields(struct tep_event *event) tep_event 6154 tools/lib/traceevent/event-parse.c static int event_matches(struct tep_event *event, tep_event 6177 tools/lib/traceevent/event-parse.c static int find_event_handle(struct tep_handle *tep, struct tep_event *event) tep_event 6218 tools/lib/traceevent/event-parse.c enum tep_errno __tep_parse_format(struct tep_event **eventp, tep_event 6222 tools/lib/traceevent/event-parse.c struct tep_event *event; tep_event 6327 tools/lib/traceevent/event-parse.c struct tep_event **eventp, tep_event 6332 tools/lib/traceevent/event-parse.c struct tep_event *event = *eventp; tep_event 6369 tools/lib/traceevent/event-parse.c struct tep_event **eventp, tep_event 6393 tools/lib/traceevent/event-parse.c struct tep_event *event = NULL; tep_event 6430 tools/lib/traceevent/event-parse.c void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event, tep_event 6477 tools/lib/traceevent/event-parse.c int tep_get_field_val(struct trace_seq *s, struct tep_event *event, tep_event 6502 tools/lib/traceevent/event-parse.c int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event, tep_event 6527 tools/lib/traceevent/event-parse.c int tep_get_any_field_val(struct trace_seq *s, struct tep_event *event, tep_event 6554 tools/lib/traceevent/event-parse.c struct tep_event *event, const char *name, tep_event 6587 tools/lib/traceevent/event-parse.c struct tep_event *event, const char *name, tep_event 6747 tools/lib/traceevent/event-parse.c static struct tep_event *search_event(struct tep_handle *tep, int id, tep_event 6751 tools/lib/traceevent/event-parse.c struct tep_event *event; tep_event 6797 tools/lib/traceevent/event-parse.c struct tep_event *event; tep_event 6881 tools/lib/traceevent/event-parse.c struct tep_event *event; tep_event 6968 tools/lib/traceevent/event-parse.c void tep_free_event(struct tep_event *event) tep_event 60 tools/lib/traceevent/event-parse.h struct tep_event; tep_event 64 tools/lib/traceevent/event-parse.h struct tep_event *event, tep_event 146 tools/lib/traceevent/event-parse.h struct tep_event *event; tep_event 444 tools/lib/traceevent/event-parse.h struct tep_event *tep_get_event(struct tep_handle *tep, int index); tep_event 465 tools/lib/traceevent/event-parse.h struct tep_event **eventp, tep_event 469 tools/lib/traceevent/event-parse.h void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event, tep_event 473 tools/lib/traceevent/event-parse.h int tep_get_field_val(struct trace_seq *s, struct tep_event *event, tep_event 476 tools/lib/traceevent/event-parse.h int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event, tep_event 479 tools/lib/traceevent/event-parse.h int tep_get_any_field_val(struct trace_seq *s, struct tep_event *event, tep_event 484 tools/lib/traceevent/event-parse.h struct tep_event *event, const char *name, tep_event 488 tools/lib/traceevent/event-parse.h struct tep_event *event, const char *name, tep_event 509 tools/lib/traceevent/event-parse.h struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name); tep_event 510 tools/lib/traceevent/event-parse.h struct tep_format_field *tep_find_field(struct tep_event *event, const char *name); tep_event 511 tools/lib/traceevent/event-parse.h struct tep_format_field *tep_find_any_field(struct tep_event *event, const char *name); tep_event 520 tools/lib/traceevent/event-parse.h struct tep_event *tep_get_first_event(struct tep_handle *tep); tep_event 522 tools/lib/traceevent/event-parse.h struct tep_event *tep_find_event(struct tep_handle *tep, int id); tep_event 524 tools/lib/traceevent/event-parse.h struct tep_event * tep_event 526 tools/lib/traceevent/event-parse.h struct tep_event * tep_event 542 tools/lib/traceevent/event-parse.h int size __maybe_unused, struct tep_event *event); tep_event 546 tools/lib/traceevent/event-parse.h struct tep_event **tep_list_events(struct tep_handle *tep, enum tep_event_sort_type); tep_event 547 tools/lib/traceevent/event-parse.h struct tep_event **tep_list_events_copy(struct tep_handle *tep, tep_event 549 tools/lib/traceevent/event-parse.h struct tep_format_field **tep_event_common_fields(struct tep_event *event); tep_event 550 tools/lib/traceevent/event-parse.h struct tep_format_field **tep_event_fields(struct tep_event *event); tep_event 707 tools/lib/traceevent/event-parse.h struct tep_event *event; tep_event 30 tools/lib/traceevent/parse-filter.c struct tep_event *event; tep_event 232 tools/lib/traceevent/parse-filter.c struct tep_event *event) tep_event 246 tools/lib/traceevent/parse-filter.c static int event_match(struct tep_event *event, tep_event 262 tools/lib/traceevent/parse-filter.c struct tep_event *event; tep_event 337 tools/lib/traceevent/parse-filter.c create_arg_item(struct tep_event *event, const char *token, tep_event 943 tools/lib/traceevent/parse-filter.c process_filter(struct tep_event *event, struct tep_filter_arg **parg, tep_event 1183 tools/lib/traceevent/parse-filter.c process_event(struct tep_event *event, const char *filter_str, tep_event 1208 tools/lib/traceevent/parse-filter.c filter_event(struct tep_event_filter *filter, struct tep_event *event, tep_event 1459 tools/lib/traceevent/parse-filter.c struct tep_event *event; tep_event 1529 tools/lib/traceevent/parse-filter.c static int test_filter(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1533 tools/lib/traceevent/parse-filter.c get_comm(struct tep_event *event, struct tep_record *record) tep_event 1544 tools/lib/traceevent/parse-filter.c get_value(struct tep_event *event, tep_event 1580 tools/lib/traceevent/parse-filter.c get_arg_value(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1584 tools/lib/traceevent/parse-filter.c get_exp_value(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1639 tools/lib/traceevent/parse-filter.c get_arg_value(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1663 tools/lib/traceevent/parse-filter.c static int test_num(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1706 tools/lib/traceevent/parse-filter.c struct tep_event *event; tep_event 1754 tools/lib/traceevent/parse-filter.c static int test_str(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1785 tools/lib/traceevent/parse-filter.c static int test_op(struct tep_event *event, struct tep_filter_arg *arg, tep_event 1807 tools/lib/traceevent/parse-filter.c static int test_filter(struct tep_event *event, struct tep_filter_arg *arg, tep_event 127 tools/lib/traceevent/plugins/plugin_function.c struct tep_event *event, void *context) tep_event 30 tools/lib/traceevent/plugins/plugin_hrtimer.c struct tep_event *event, void *context) tep_event 50 tools/lib/traceevent/plugins/plugin_hrtimer.c struct tep_event *event, void *context) tep_event 28 tools/lib/traceevent/plugins/plugin_kmem.c struct tep_event *event, void *context) tep_event 252 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, const char *field) tep_event 273 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, void *context) tep_event 296 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, void *context) tep_event 335 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, void *context) tep_event 349 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, void *context) tep_event 375 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, void *context) tep_event 422 tools/lib/traceevent/plugins/plugin_kvm.c struct tep_event *event, void *context) tep_event 29 tools/lib/traceevent/plugins/plugin_mac80211.c static void print_string(struct trace_seq *s, struct tep_event *event, tep_event 63 tools/lib/traceevent/plugins/plugin_mac80211.c struct tep_event *event, void *context) tep_event 70 tools/lib/traceevent/plugins/plugin_sched_switch.c struct tep_event *event, void *context) tep_event 99 tools/lib/traceevent/plugins/plugin_sched_switch.c struct tep_event *event, void *context) tep_event 992 tools/perf/builtin-trace.c struct tep_event *tp_format; tep_event 55 tools/perf/util/evsel.h struct tep_event *tp_format; tep_event 166 tools/perf/util/evsel.h struct tep_event *event_format__new(const char *sys, const char *name); tep_event 3487 tools/perf/util/header.c struct tep_event *event; tep_event 401 tools/perf/util/python.c struct tep_event *tp_format; tep_event 1256 tools/perf/util/python.c struct tep_event *tp_format; tep_event 194 tools/perf/util/scripting-engines/trace-event-perl.c static void define_event_symbols(struct tep_event *event, tep_event 343 tools/perf/util/scripting-engines/trace-event-perl.c struct tep_event *event = evsel->tp_format; tep_event 543 tools/perf/util/scripting-engines/trace-event-perl.c struct tep_event **all_events; tep_event 544 tools/perf/util/scripting-engines/trace-event-perl.c struct tep_event *event = NULL; tep_event 271 tools/perf/util/scripting-engines/trace-event-python.c static void define_event_symbols(struct tep_event *event, tep_event 339 tools/perf/util/scripting-engines/trace-event-python.c static PyObject *get_field_numeric_entry(struct tep_event *event, tep_event 796 tools/perf/util/scripting-engines/trace-event-python.c struct tep_event *event = evsel->tp_format; tep_event 1691 tools/perf/util/scripting-engines/trace-event-python.c struct tep_event **all_events; tep_event 1692 tools/perf/util/scripting-engines/trace-event-python.c struct tep_event *event = NULL; tep_event 19 tools/perf/util/trace-event-parse.c struct tep_event *event; tep_event 81 tools/perf/util/trace-event-parse.c raw_field_value(struct tep_event *event, const char *name, void *data) tep_event 95 tools/perf/util/trace-event-parse.c unsigned long long read_size(struct tep_event *event, void *ptr, int size) tep_event 100 tools/perf/util/trace-event-parse.c void event_format__fprintf(struct tep_event *event, tep_event 117 tools/perf/util/trace-event-parse.c void event_format__print(struct tep_event *event, tep_event 74 tools/perf/util/trace-event.c static struct tep_event* tep_event 79 tools/perf/util/trace-event.c struct tep_event *event = NULL; tep_event 104 tools/perf/util/trace-event.c struct tep_event* tep_event 113 tools/perf/util/trace-event.c struct tep_event *trace_event__tp_format_id(int id) tep_event 24 tools/perf/util/trace-event.h struct tep_event* tep_event 27 tools/perf/util/trace-event.h struct tep_event *trace_event__tp_format_id(int id); tep_event 31 tools/perf/util/trace-event.h void event_format__fprintf(struct tep_event *event, tep_event 34 tools/perf/util/trace-event.h void event_format__print(struct tep_event *event, tep_event 42 tools/perf/util/trace-event.h raw_field_value(struct tep_event *event, const char *name, void *data); tep_event 50 tools/perf/util/trace-event.h unsigned long long read_size(struct tep_event *event, void *ptr, int size);