Home
last modified time | relevance | path

Searched refs:perf_evsel__name (Results 1 – 19 of 19) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Devsel-roundtrip-name.c49 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()
Dmmap-basic.c133 perf_evsel__name(evsel), nr_events[evsel->idx]); in test__basic_mmap()
Dparse-events.c306 !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/
Dbuiltin-stat.c327 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()
Dbuiltin-inject.c333 const char *name = perf_evsel__name(evsel); in perf_evsel__check_stype()
370 const char *name = perf_evsel__name(evsel); in __cmd_inject()
Dbuiltin-top.c227 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()
Dbuiltin-report.c349 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()
Dbuiltin-script.c154 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()
Dbuiltin-trace.c667 id, perf_evsel__name(evsel), ++n); in trace__syscall_info()
1009 perf_evsel__name(evsel), sample.tid, in trace__run()
Dbuiltin-diff.c636 perf_evsel__name(evsel_base)); in data_process()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dtop.c80 ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel)); in perf_top__header_snprintf()
Devsel.c473 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()
Devsel.h132 const char *perf_evsel__name(struct perf_evsel *evsel);
Dheader.c665 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()
Devlist.c1071 perf_evsel__name(evsel)); in perf_evlist__fprintf()
Dsession.c1478 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/
Dhists.c1762 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/
Dhists.c380 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/
Dtrace-event-python.c384 pydict_set_item_string_decref(dict, "ev_name", PyString_FromString(perf_evsel__name(evsel))); in python_process_general_event()