Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
A Dexport-to-sqlite.py621 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)
702 def sample_table(*x): function
A Dexport-to-postgresql.py807 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)
1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… function
/linux/net/mac80211/
A Drc80211_minstrel_ht.c268 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; variable
842 idx = sample_table[mg->column][mg->index]; in minstrel_ht_next_group_sample_rate()
845 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_ht_next_group_sample_rate()
1909 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table()
1914 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
1917 sample_table[col][new_idx] = i; in init_sample_table()

Completed in 16 milliseconds