Symbol: evsel__tp_format
tools/perf/builtin-kmem.c
2040
const struct tep_event *tp_format = evsel ? evsel__tp_format(evsel) : NULL;
tools/perf/builtin-kmem.c
776
tp_format = evsel__tp_format(sample->evsel);
tools/perf/builtin-kwork.c
1144
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-script.c
2472
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
2262
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
3216
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
3364
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
417
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
4295
tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
5157
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/builtin-trace.c
5183
tp_format = evsel__tp_format(evsel);
tools/perf/util/data-convert-bt.c
1079
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/data-convert-bt.c
435
const struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/data-convert-json.c
249
struct tep_event *tp_format = evsel__tp_format(sample->evsel);
tools/perf/util/evsel.c
3863
struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/evsel.c
3870
struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/evsel.h
290
struct tep_event *evsel__tp_format(struct evsel *evsel);
tools/perf/util/evsel_fprintf.c
91
tp_format = evsel__tp_format(evsel);
tools/perf/util/python.c
343
struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/scripting-engines/trace-event-perl.c
364
event = evsel__tp_format(evsel);
tools/perf/util/scripting-engines/trace-event-python.c
956
event = evsel__tp_format(evsel);
tools/perf/util/sort.c
1240
tp_format = evsel__tp_format(evsel);
tools/perf/util/sort.c
3539
struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/sort.c
3581
tp_format = evsel__tp_format(evsel);
tools/perf/util/sort.c
3667
struct tep_event *tp_format = evsel__tp_format(evsel);
tools/perf/util/trace-event-scripting.c
110
const struct tep_event *tp_format = evsel__tp_format(sample->evsel);