Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c27 } sample_table[] = { variable
51 for (i = 0; i < ARRAY_SIZE(sample_table); i++) { in get_sample_info()
52 if (sample_table[i].type == flags) in get_sample_info()
53 return &sample_table[i]; in get_sample_info()
/openbmc/linux/tools/perf/scripts/python/
H A 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
H A 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
/openbmc/linux/net/mac80211/
H A 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()
2028 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table()
2033 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
2036 sample_table[col][new_idx] = i; in init_sample_table()