Home
last modified time | relevance | path

Searched refs:sample_table (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/tools/perf/util/
Dbpf-filter.c85 } 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()
/linux-6.14.4/tools/perf/tests/shell/
Dscript.sh50 def sample_table(*args):
/linux-6.14.4/tools/perf/scripts/python/
Dexport-to-sqlite.py624 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
Dexport-to-postgresql.py810 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
/linux-6.14.4/net/mac80211/
Drc80211_minstrel_ht.c267 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; variable
911 idx = sample_table[mg->column][mg->index]; in minstrel_ht_next_group_sample_rate()
914 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_ht_next_group_sample_rate()
2027 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table()
2032 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
2035 sample_table[col][new_idx] = i; in init_sample_table()