/external/oprofile/libutil++/tests/ |
D | string_filter_tests.cpp | 28 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++/ |
D | string_filter.h | 26 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()
|
D | string_filter.cpp | 20 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()
|
D | glob_filter.h | 25 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()
|
D | op_bfd.h | 30 class string_filter; variable 109 string_filter const & symbol_filter, 119 string_filter const & symbol_filter, 243 string_filter const & symbol_filter);
|
D | Makefile.am | 16 string_filter.cpp \ 17 string_filter.h \
|
D | op_bfd.cpp | 44 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()
|
D | Android.mk | 34 string_filter.cpp \
|
D | op_spu_bfd.cpp | 42 string_filter const & symbol_filter, in op_bfd()
|
/external/oprofile/libpp/ |
D | populate.h | 17 class string_filter; variable 23 string_filter const & symbol_filter, bool * has_debug_info);
|
D | populate_for_spu.h | 18 class string_filter; variable 33 string_filter const & symbol_filter,
|
D | callgraph_container.h | 63 string_filter const & filter); 121 string_filter const & sym_filter);
|
D | format_output.h | 243 string_filter const & symbol_filter); 279 string_filter const & symbol_filter; 304 symbol_collection & symbols, string_filter const & sf);
|
D | populate_for_spu.cpp | 51 string_filter const & symbol_filter, in populate_spu_profile_from_files() 108 string_filter const & symbol_filter, in populate_for_spu_image()
|
D | callgraph_container.cpp | 344 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()
|
D | populate.cpp | 60 string_filter const & symbol_filter, bool * has_debug_info) in populate_for_image()
|
D | profile_container.h | 26 class string_filter; variable
|
D | format_output.cpp | 607 string_filter const & sf) in xml_formatter() 934 string_filter const & sf) in xml_cg_formatter()
|
/external/oprofile/pp/ |
D | opannotate_options.cpp | 38 string_filter symbol_filter; 120 options::symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()
|
D | opreport_options.h | 39 extern string_filter symbol_filter;
|
D | opannotate_options.h | 27 extern string_filter symbol_filter;
|
D | opreport_options.cpp | 41 string_filter symbol_filter; 316 symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()
|
D | opgprof.cpp | 289 op_bfd abfd(image_profile.image, string_filter(), in opgprof()
|
/external/oprofile/ |
D | ChangeLog-2003 | 246 * 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 …]
|