Searched refs:sample_table (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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
|
/linux-6.1.9/net/mac80211/ |
D | rc80211_minstrel_ht.c | 267 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() 2037 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table() 2042 while (sample_table[col][new_idx] != 0xff) in init_sample_table() 2045 sample_table[col][new_idx] = i; in init_sample_table()
|