OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unitmask
(Results
1 - 14
of
14
) sorted by null
/external/oprofile/libpp/
filename_spec.cpp
40
unitmask
!= rhs.
unitmask
|| event != rhs.event) {
69
unitmask
= op_lexical_cast<unsigned int>(parsed.
unitmask
);
filename_spec.h
77
unsigned int
unitmask
;
member in class:filename_spec
parse_filename.h
30
std::string
unitmask
;
member in struct:parsed_filename
arrange_profiles.h
31
bool
unitmask
;
member in struct:merge_option
42
std::string
unitmask
;
member in struct:profile_template
parse_filename.cpp
26
// PP:3.19 event_name.count.
unitmask
.tgid.tid.cpu
51
result.
unitmask
= parts[i++];
237
unitmask
== parsed.
unitmask
&&
248
<< data.
unitmask
<< " " << data.tgid << " "
profile_spec.h
131
comma_list<unsigned int>
unitmask
;
member in class:profile_spec
arrange_profiles.cpp
83
comp = numeric_compare(lt.
unitmask
, rt.
unitmask
);
107
{ "event", "specify event:, count: or
unitmask
: (see also --merge=
unitmask
)" },
290
if (!merge_by.
unitmask
)
381
|| (!merge_by.
unitmask
382
&& it->ptemplate.
unitmask
!= ptemplate.
unitmask
))
435
string mask = it->ptemplate.
unitmask
;
472
if (!merge_by.
unitmask
)
[
all
...]
profile_spec.cpp
161
unitmask
.set(str);
286
if (!
unitmask
.match(spec.
unitmask
))
xml_utils.cpp
274
string
unitmask
;
member in class:subclass_info_t
309
// search for an existing
unitmask
312
if ((*sc_ptr)[j].
unitmask
== pclass.ptemplate.
unitmask
) {
325
(*sc_ptr)[new_index].
unitmask
= pclass.ptemplate.
unitmask
;
334
out << init_attr(EVENT_MASK, pclass.ptemplate.
unitmask
);
/external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc
447
DWORD
unitmask
= GetVolumeBitMaskFromBroadcastHeader(data);
local
449
for (int i = 0;
unitmask
; ++i,
unitmask
>>= 1) {
450
if (!(
unitmask
& 0x01))
460
DWORD
unitmask
= GetVolumeBitMaskFromBroadcastHeader(data);
local
461
for (int i = 0;
unitmask
; ++i,
unitmask
>>= 1) {
462
if (!(
unitmask
& 0x01))
/external/oprofile/pp/
oparchive_options.cpp
96
merge_by.
unitmask
= true;
opgprof_options.cpp
66
merge_by.
unitmask
= true;
common_option.cpp
246
merge_by.
unitmask
= false;
267
} else if (*cit == "
unitmask
") {
268
merge_by.
unitmask
= true;
274
merge_by.
unitmask
= true;
/external/oprofile/utils/
opcontrol
156
"default" or "name:count:
unitmask
:kernel:user", where :
160
unitmask
: hardware unit mask e.g. 0x0f
[
all
...]
Completed in 2895 milliseconds