OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_spec
(Results
1 - 8
of
8
) sorted by null
/external/oprofile/libpp/
profile_spec.cpp
2
* @file
profile_spec
.cpp
20
#include "
profile_spec
.h"
54
profile_spec
::
profile_spec
()
function in class:profile_spec
58
parse_table["archive"] = &
profile_spec
::parse_archive_path;
59
parse_table["session"] = &
profile_spec
::parse_session;
61
&
profile_spec
::parse_session_exclude;
62
parse_table["image"] = &
profile_spec
::parse_image;
63
parse_table["image-exclude"] = &
profile_spec
::parse_image_exclude;
64
parse_table["lib-image"] = &
profile_spec
::parse_lib_image
[
all
...]
filename_spec.h
19
class
profile_spec
;
25
*
profile_spec
as given by the user.
29
friend class
profile_spec
;
profile_spec.h
2
* @file
profile_spec
.h
29
class
profile_spec
class
36
* Factory returning a
profile_spec
instance storing all valid
41
static
profile_spec
create(std::list<std::string> const & args,
68
profile_spec
();
107
typedef void (
profile_spec
::*action_t)(std::string const &);
Android.mk
37
profile_spec
.cpp \
/external/oprofile/pp/
opgprof_options.cpp
23
#include "
profile_spec
.h"
51
bool try_merge_profiles(
profile_spec
const & spec, bool exclude_dependent)
112
profile_spec
const pspec =
113
profile_spec
::create(spec.common, options::image_path,
oparchive_options.cpp
19
#include "
profile_spec
.h"
99
profile_spec
const pspec =
100
profile_spec
::create(spec.common, image_path, root_path);
opannotate_options.cpp
20
#include "
profile_spec
.h"
124
profile_spec
const pspec =
125
profile_spec
::create(spec.common, options::image_path,
opreport_options.cpp
19
#include "
profile_spec
.h"
252
profile_spec
const pspec =
253
profile_spec
::create(spec, options::image_path,
Completed in 466 milliseconds