Home
last modified time | relevance | path

Searched refs:string_filter (Results 1 – 24 of 24) sorted by relevance

/external/oprofile/libutil++/tests/
Dstring_filter_tests.cpp28 string_filter f1; in main()
32 string_filter f2("ok", ""); in main()
36 string_filter f3("", "no"); in main()
40 string_filter f4("ok,ok2,", ""); in main()
45 string_filter f5("ok,ok2", "no,no2"); in main()
54 string_filter f6(v1, v2); in main()
61 string_filter f7(v1, v2); in main()
71 string_filter f8(v1, v2); in main()
79 string_filter f9(v1, v2); in main()
83 string_filter f10(" foo ", ""); in main()
/external/oprofile/libutil++/
Dstring_filter.h26 class string_filter {
28 string_filter() {} in string_filter() function
34 string_filter(std::string const & include_patterns,
40 string_filter(std::vector<std::string> const & include_patterns,
43 virtual ~string_filter() {} in ~string_filter()
Dstring_filter.cpp20 string_filter::string_filter(string const & include_patterns, in string_filter() function in string_filter
28 string_filter::string_filter(vector<string> const & include_patterns, in string_filter() function in string_filter
37 bool string_filter::match(string const & str) const in match()
Dglob_filter.h25 class glob_filter : public string_filter {
33 : string_filter(include_patterns, exclude_patterns) {} in glob_filter()
40 : string_filter(include_patterns, exclude_patterns) {} in glob_filter()
Dop_bfd.h30 class string_filter; variable
109 string_filter const & symbol_filter,
119 string_filter const & symbol_filter,
243 string_filter const & symbol_filter);
DMakefile.am16 string_filter.cpp \
17 string_filter.h \
Dop_bfd.cpp44 remove_filter(string_filter const & filter) in remove_filter()
51 string_filter filter_;
100 op_bfd::op_bfd(string const & fname, string_filter const & symbol_filter, in op_bfd()
281 string_filter const & symbol_filter) in add_symbols()
DAndroid.mk34 string_filter.cpp \
Dop_spu_bfd.cpp42 string_filter const & symbol_filter, in op_bfd()
/external/oprofile/libpp/
Dpopulate.h17 class string_filter; variable
23 string_filter const & symbol_filter, bool * has_debug_info);
Dpopulate_for_spu.h18 class string_filter; variable
33 string_filter const & symbol_filter,
Dcallgraph_container.h63 string_filter const & filter);
121 string_filter const & sym_filter);
Dformat_output.h243 string_filter const & symbol_filter);
279 string_filter const & symbol_filter;
304 symbol_collection & symbols, string_filter const & sf);
Dpopulate_for_spu.cpp51 string_filter const & symbol_filter, in populate_spu_profile_from_files()
108 string_filter const & symbol_filter, in populate_for_spu_image()
Dcallgraph_container.cpp344 string_filter const & sym_filter) in process()
397 bool merge_lib, string_filter const & sym_filter) in populate()
467 string_filter(), extra_found_images, caller_bfd_ok); in populate()
484 string_filter(), extra_found_images, callee_bfd_ok); in populate()
Dpopulate.cpp60 string_filter const & symbol_filter, bool * has_debug_info) in populate_for_image()
Dprofile_container.h26 class string_filter; variable
Dformat_output.cpp607 string_filter const & sf) in xml_formatter()
934 string_filter const & sf) in xml_cg_formatter()
/external/oprofile/pp/
Dopannotate_options.cpp38 string_filter symbol_filter;
120 options::symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()
Dopreport_options.h39 extern string_filter symbol_filter;
Dopannotate_options.h27 extern string_filter symbol_filter;
Dopreport_options.cpp41 string_filter symbol_filter;
316 symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()
Dopgprof.cpp289 op_bfd abfd(image_profile.image, string_filter(), in opgprof()
/external/oprofile/
DChangeLog-2003246 * libutil++/string_filter.cpp:
310 * libutil++/string_filter.h: comment fix to match implementation
328 * libutil++/string_filter.h:
4234 * libutil++/string_filter.cpp: #include <algorithm>
4238 * libutil++/string_filter.cpp:
4239 * libutil++/string_filter.h:
4263 * libutil++/string_filter.cpp:
4269 * libutil++/op_bfd.cpp: use string_filter to
4276 * pp/opreport.cpp: changes from using string_filter
4288 * libutil++/string_filter.h:
[all …]