Searched refs:sample_table (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/tests/shell/ |
| D | script.sh | 50 def sample_table(*args):
|
| /tools/perf/util/ |
| D | bpf-filter.c | 85 } sample_table[] = { variable 112 for (i = 0; i < ARRAY_SIZE(sample_table); i++) { in get_sample_info() 113 if (sample_table[i].type == type) in get_sample_info() 114 return &sample_table[i]; in get_sample_info()
|
| /tools/perf/scripts/python/ |
| D | export-to-sqlite.py | 624 sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 705 def sample_table(*x): function
|
| D | export-to-postgresql.py | 810 sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… function
|