/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | evsel-roundtrip-name.c | 49 if (strcmp(perf_evsel__name(evsel), name)) { in perf_evsel__roundtrip_cache_name_test() 50 pr_debug("%s != %s\n", perf_evsel__name(evsel), name); in perf_evsel__roundtrip_cache_name_test() 83 if (strcmp(perf_evsel__name(evsel), names[evsel->idx])) { in __perf_evsel__name_array_test() 85 pr_debug("%s != %s\n", perf_evsel__name(evsel), names[evsel->idx]); in __perf_evsel__name_array_test()
|
D | mmap-basic.c | 133 perf_evsel__name(evsel), nr_events[evsel->idx]); in test__basic_mmap()
|
D | parse-events.c | 306 !strcmp(perf_evsel__name(evsel), "mem:0:u")); in test__checkevent_breakpoint_modifier() 320 !strcmp(perf_evsel__name(evsel), "mem:0:x:k")); in test__checkevent_breakpoint_x_modifier() 334 !strcmp(perf_evsel__name(evsel), "mem:0:r:hp")); in test__checkevent_breakpoint_r_modifier() 348 !strcmp(perf_evsel__name(evsel), "mem:0:w:up")); in test__checkevent_breakpoint_w_modifier() 362 !strcmp(perf_evsel__name(evsel), "mem:0:rw:kp")); in test__checkevent_breakpoint_rw_modifier() 429 TEST_ASSERT_VAL("wrong name", !strcmp(perf_evsel__name(evsel), "krava")); in test__checkevent_pmu_name() 437 !strcmp(perf_evsel__name(evsel), "cpu/config=2/u")); in test__checkevent_pmu_name()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-stat.c | 327 perf_evsel__name(counter), count[0], count[1], count[2]); in read_counter_aggr() 482 perf_evsel__name(counter)); in __run_perf_stat() 643 fprintf(output, fmt, msecs, csv_sep, perf_evsel__name(evsel)); in nsec_printout() 854 fprintf(output, fmt, avg, csv_sep, perf_evsel__name(evsel)); in abs_printout() 988 perf_evsel__name(counter)); in print_aggr() 1034 perf_evsel__name(counter)); in print_counter_aggr() 1091 perf_evsel__name(counter)); in print_counter()
|
D | builtin-inject.c | 333 const char *name = perf_evsel__name(evsel); in perf_evsel__check_stype() 370 const char *name = perf_evsel__name(evsel); in __cmd_inject()
|
D | builtin-top.c | 227 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details() 393 …fprintf(stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym… in perf_top__print_mapped_keys() 489 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress() 495 fprintf(stderr, "Sorry, no such event, using %s.\n", perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
|
D | builtin-report.c | 349 const char *name = evsel ? perf_evsel__name(evsel) : "unknown"; in process_read_event() 358 evsel ? perf_evsel__name(evsel) : "FAIL", in process_read_event() 454 const char *evname = perf_evsel__name(pos); in perf_evlist__tty_browse_hists()
|
D | builtin-script.c | 154 evname = perf_evsel__name(evsel); in perf_evsel__check_stype() 163 evname = perf_evsel__name(evsel); in perf_evsel__check_stype() 323 evname = perf_evsel__name(evsel); in print_sample_start() 1086 if (!strcmp(perf_evsel__name(pos), evname)) { in check_ev_match()
|
D | builtin-trace.c | 667 id, perf_evsel__name(evsel), ++n); in trace__syscall_info() 1009 perf_evsel__name(evsel), sample.tid, in trace__run()
|
D | builtin-diff.c | 636 perf_evsel__name(evsel_base)); in data_process()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | top.c | 80 ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel)); in perf_top__header_snprintf()
|
D | evsel.c | 473 const char *perf_evsel__name(struct perf_evsel *evsel) in perf_evsel__name() function 530 perf_evsel__name(evsel)); in perf_evsel__group_desc() 534 perf_evsel__name(pos)); in perf_evsel__group_desc() 1900 printed += fprintf(fp, "%s", perf_evsel__name(evsel)); in perf_evsel__fprintf() 1902 printed += fprintf(fp, ",%s", perf_evsel__name(pos)); in perf_evsel__fprintf() 1909 printed += fprintf(fp, "%s", perf_evsel__name(evsel)); in perf_evsel__fprintf() 2001 perf_evsel__name(evsel)); in perf_evsel__open_strerror() 2030 err, strerror(err), perf_evsel__name(evsel)); in perf_evsel__open_strerror()
|
D | evsel.h | 132 const char *perf_evsel__name(struct perf_evsel *evsel);
|
D | header.c | 665 ret = do_write_string(fd, perf_evsel__name(evsel)); in write_event_desc() 1496 perf_evsel__name(evsel)); in print_group_desc() 1500 fprintf(fp, ",%s", perf_evsel__name(evsel)); in print_group_desc()
|
D | evlist.c | 1071 perf_evsel__name(evsel)); in perf_evlist__fprintf()
|
D | session.c | 1478 ret += fprintf(fp, "%s stats:\n", perf_evsel__name(pos)); in perf_session__fprintf_nr_events()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
D | hists.c | 1762 const char *ev_name = perf_evsel__name(evsel); in perf_evsel_menu__write() 1841 ev_name = perf_evsel__name(pos); in perf_evsel_menu__run() 1927 const char *ev_name = perf_evsel__name(pos); in __perf_evlist__tui_browse_hists() 1948 const char *ev_name = perf_evsel__name(first); in perf_evlist__tui_browse_hists()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/ |
D | hists.c | 380 const char *evname = perf_evsel__name(pos); in perf_evlist__gtk_browse_hists()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 384 pydict_set_item_string_decref(dict, "ev_name", PyString_FromString(perf_evsel__name(evsel))); in python_process_general_event()
|