OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:event_symbols
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
parse-events.c
39
static struct event_symbol
event_symbols
[] = {
variable in typeref:struct:event_symbol
660
n = strlen(
event_symbols
[i].symbol);
661
if (!strncasecmp(str,
event_symbols
[i].symbol, n))
664
n = strlen(
event_symbols
[i].alias);
666
if (!strncasecmp(str,
event_symbols
[i].alias, n))
680
for (i = 0; i < ARRAY_SIZE(
event_symbols
); i++) {
683
attr->type =
event_symbols
[i].type;
684
attr->config =
event_symbols
[i].config;
992
struct event_symbol *syms =
event_symbols
;
996
for (i = 0; i < ARRAY_SIZE(
event_symbols
); i++, syms++)
[
all
...]
Completed in 28 milliseconds