OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perf__constants
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
python.c
791
}
perf__constants
[] = {
variable in typeref:struct:__anon11147
894
for (i = 0;
perf__constants
[i].name != NULL; i++) {
895
obj = PyInt_FromLong(
perf__constants
[i].value);
898
PyDict_SetItemString(dict,
perf__constants
[i].name, obj);
Completed in 2696 milliseconds