HomeSort by relevance Sort by last modified time
    Searched refs:exclude_dependent (Results 1 - 10 of 10) sorted by null

  /external/oprofile/pp/
oparchive_options.h 21 extern bool exclude_dependent;
opreport_options.h 33 extern bool exclude_dependent;
oparchive_options.cpp 35 bool exclude_dependent; member in namespace:options
49 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
102 sample_files = pspec.generate_file_list(exclude_dependent, false);
opgprof_options.cpp 51 bool try_merge_profiles(profile_spec const & spec, bool exclude_dependent)
53 list<string> sample_files = spec.generate_file_list(exclude_dependent, false);
83 if (exclude_dependent)
opannotate_options.cpp 42 bool exclude_dependent; member in namespace:options
75 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
128 list<string> sample_files = pspec.generate_file_list(exclude_dependent, true);
141 merge_by = handle_merge_option(mergespec, false, exclude_dependent);
common_option.h 64 * @param exclude_dependent user specified --exclude-dependent
70 bool allow_lib, bool exclude_dependent);
opreport_options.cpp 40 bool exclude_dependent; member in namespace:options
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
256 list<string> sample_files = pspec.generate_file_list(exclude_dependent,
302 if (exclude_dependent)
303 xml_utils::add_option(EXCLUDE_DEPENDENT, true);
311 merge_by = handle_merge_option(mergespec, true, exclude_dependent);
common_option.cpp 237 bool allow_lib, bool exclude_dependent)
285 if (exclude_dependent && merge_by.lib && allow_lib && !is_all) {
  /external/oprofile/libpp/
profile_spec.h 46 * @param exclude_dependent whether to exclude dependent sub-images
52 generate_file_list(bool exclude_dependent, bool exclude_cg) const;
profile_spec.cpp 377 profile_spec const & spec, bool exclude_dependent,
443 if (exclude_dependent && file_spec.is_dependent())
501 list<string> profile_spec::generate_file_list(bool exclude_dependent,
550 exclude_dependent, exclude_cg)) {

Completed in 367 milliseconds