OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_num
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/utils/
opcontrol
1220
event_num
=`echo $EVENT_STR | awk '{print $1}'`
1234
if [ "$
event_num
" = "1" ]; then
1243
elif [ "$
event_num
" = "2" ]; then
1252
elif [ "$
event_num
" -ge "4100" ] && [ "$
event_num
" -le "4163" ] ; then
1281
len=`echo -n $
event_num
| wc -m`
1283
GRP_NUM_VAL=`echo | awk '{print substr("'"${
event_num
}"'",1,"'"${num_chars_in_grpid}"'")}'`
[
all
...]
/external/oprofile/libpp/
arrange_profiles.cpp
425
event_index_t
event_num
;
local
433
// fill in XML identifying each event, and replace event name by
event_num
438
if (new_event_index(it->ptemplate.event, event_array,
event_num
)) {
439
// replace it->ptemplate.event with the
event_num
string
443
event_max =
event_num
;
451
str <<
event_num
;
local
Completed in 943 milliseconds