OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_perl
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c
51
INTERP
my_perl
;
variable
358
my_perl
= perl_alloc();
359
perl_construct(
my_perl
);
361
if (perl_parse(
my_perl
, xs_init, argc + 2, (char **)command_line,
367
if (perl_run(
my_perl
)) {
382
perl_free(
my_perl
);
399
perl_destruct(
my_perl
);
400
perl_free(
my_perl
);
Completed in 96 milliseconds