| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | exported-sql-viewer.py | 184 	def __init__(self, task, param=None, parent=None):  argument189 	def run(self):  argument
 203 	def __init__(self, glb, params, parent=None):  argument
 210 	def Item(self, parent):  argument
 216 	def rowCount(self, parent):  argument
 223 	def hasChildren(self, parent):  argument
 226 	def headerData(self, section, orientation, role):  argument
 235 	def parent(self, child):  argument
 242 	def index(self, row, column, parent):  argument
 246 	def DisplayData(self, item, index):  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/kvm/kvm_stat/ | 
| D | kvm_stat | 263     def tracepoint_is_child(self, field):  argument270     def __init__(self, exit_reasons):  argument
 275     def debugfs_is_child(self, field):  argument
 281     def __init__(self):  argument
 294     def debugfs_is_child(self, field):  argument
 300     def __init__(self):  argument
 305     def debugfs_is_child(self, field):  argument
 311     def __init__(self):  argument
 316     def debugfs_is_child(self, field):  argument
 347     def __init__(self):  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/bpf/bpftool/ | 
| D | json_writer.c | 29 static void jsonw_indent(json_writer_t *self)  in jsonw_indent()37 static void jsonw_eol(json_writer_t *self)  in jsonw_eol()
 47 static void jsonw_eor(json_writer_t *self)  in jsonw_eor()
 57 static void jsonw_puts(json_writer_t *self, const char *str)  in jsonw_puts()
 95 	json_writer_t *self = malloc(sizeof(*self));  in jsonw_new()  local
 108 	json_writer_t *self = *self_p;  in jsonw_destroy()  local
 117 void jsonw_pretty(json_writer_t *self, bool on)  in jsonw_pretty()
 123 static void jsonw_begin(json_writer_t *self, int c)  in jsonw_begin()
 131 static void jsonw_end(json_writer_t *self, int c)  in jsonw_end()
 144 void jsonw_name(json_writer_t *self, const char *name)  in jsonw_name()
 [all …]
 
 | 
| /Linux-v5.4/tools/testing/selftests/tpm2/ | 
| D | tpm2_tests.py | 14     def setUp(self):  argument18     def tearDown(self):  argument
 22     def test_seal_with_auth(self):  argument
 30     def test_seal_with_policy(self):  argument
 60     def test_unseal_with_wrong_auth(self):  argument
 73     def test_unseal_with_wrong_policy(self):  argument
 131     def test_seal_with_too_long_auth(self):  argument
 144     def test_too_short_cmd(self):  argument
 161     def test_read_partial_resp(self):  argument
 178     def test_read_partial_overwrite(self):  argument
 [all …]
 
 | 
| D | tpm2.py | 203     def __init__(self, alg):  argument206     def __str__(self):  argument
 211     def __init__(self, name):  argument
 214     def __str__(self):  argument
 219     def __init__(self, alg):  argument
 222     def __str__(self):  argument
 227     def __init__(self, cc, rc):  argument
 240     def __str__(self):  argument
 250     def __init__(self, session_handle=TPM2_RS_PW, nonce='', session_attributes=0,  argument
 257     def __str__(self):  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/power/pm-graph/ | 
| D | sleepgraph.py | 280 	def __init__(self):  argument298 	def vprint(self, msg):  argument
 302 	def signalHandler(self, signum, frame):  argument
 309 	def signalHandlerInit(self):  argument
 321 	def rootCheck(self, fatal=True):  argument
 330 	def rootUser(self, fatal=False):  argument
 339 	def getExec(self, cmd):  argument
 354 	def setPrecision(self, num):  argument
 358 	def setOutputFolder(self, value):  argument
 366 	def setOutputFile(self):  argument
 [all …]
 
 | 
| D | bootgraph.py | 71 	def __init__(self):  argument82 	def kernelVersion(self, msg):  argument
 84 	def checkFtraceKernelVersion(self):  argument
 89 	def kernelParams(self):  argument
 105 	def setGraphFilter(self, val):  argument
 125 	def getBootFtraceFilterFunctions(self):  argument
 136 	def myCronJob(self, line):  argument
 142 	def cronjobCmdString(self):  argument
 163 	def manualRebootRequired(self):  argument
 171 	def blGrub(self):  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/ | 
| D | TdcResults.py | 12     def __init__(self, test_id="", test_name=""):  argument20     def set_result(self, result):  argument
 27     def get_result(self):  argument
 30     def set_errormsg(self, errormsg):  argument
 34     def append_errormsg(self, errormsg):  argument
 37     def get_errormsg(self):  argument
 40     def set_failmsg(self, failmsg):  argument
 44     def append_failmsg(self, failmsg):  argument
 47     def get_failmsg(self):  argument
 50     def add_steps(self, newstep):  argument
 [all …]
 
 | 
| D | TdcPlugin.py | 4     def __init__(self):  argument8     def pre_suite(self, testcount, testidlist):  argument
 15     def post_suite(self, index):  argument
 21     def pre_case(self, caseinfo, test_skip):  argument
 28     def post_case(self):  argument
 33     def pre_execute(self):  argument
 38     def post_execute(self):  argument
 43     def adjust_command(self, stage, command):  argument
 65     def add_args(self, parser):  argument
 70     def check_args(self, args, remaining):  argument
 
 | 
| /Linux-v5.4/scripts/kconfig/tests/ | 
| D | conftest.py | 30     def __init__(self, request):  argument39     def _run_conf(self, mode, dot_config=None, out_file='.config',  argument
 116     def oldaskconfig(self, dot_config=None, in_keys=None):  argument
 126     def oldconfig(self, dot_config=None, in_keys=None):  argument
 136     def olddefconfig(self, dot_config=None):  argument
 144     def defconfig(self, defconfig):  argument
 153     def _allconfig(self, mode, all_config):  argument
 162     def allyesconfig(self, all_config=None):  argument
 170     def allmodconfig(self, all_config=None):  argument
 178     def allnoconfig(self, all_config=None):  argument
 [all …]
 
 | 
| /Linux-v5.4/scripts/ | 
| D | bpf_helpers_doc.py | 17     def __init__(self, line='<line not provided>', reader=None):  argument32     def __init__(self, proto='', desc='', ret=''):  argument
 37     def proto_break_down(self):  argument
 71     def __init__(self, filename):  argument
 76     def parse_helper(self):  argument
 82     def parse_proto(self):  argument
 97     def parse_desc(self):  argument
 120     def parse_ret(self):  argument
 143     def run(self):  argument
 172     def __init__(self, helpers):  argument
 [all …]
 
 | 
| D | spdxcheck.py | 15     def __init__(self, tok, txt):  argument20     def __init__(self, el, txt):  argument
 25     def __init__(self):  argument
 84     def __init__(self, spdx):  argument
 100     def validate(self, tok):  argument
 116     def t_RPAR(self, tok):  argument
 121     def t_LPAR(self, tok):  argument
 126     def t_ID(self, tok):  argument
 145     def t_error(self, tok):  argument
 148     def p_expr(self, p):  argument
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ | 
| D | aq_nic.c | 39 static void aq_nic_rss_init(struct aq_nic_s *self, unsigned int num_rss_queues)  in aq_nic_rss_init()62 void aq_nic_cfg_start(struct aq_nic_s *self)  in aq_nic_cfg_start()
 134 static int aq_nic_update_link_status(struct aq_nic_s *self)  in aq_nic_update_link_status()
 177 	struct aq_nic_s *self = private;  in aq_linkstate_threaded_isr()  local
 191 	struct aq_nic_s *self = container_of(work, struct aq_nic_s,  in aq_nic_service_task()  local
 212 	struct aq_nic_s *self = from_timer(self, t, service_timer);  in aq_nic_service_timer_cb()  local
 221 	struct aq_nic_s *self = from_timer(self, t, polling_timer);  in aq_nic_polling_timer_cb()  local
 233 int aq_nic_ndev_register(struct aq_nic_s *self)  in aq_nic_ndev_register()
 283 void aq_nic_ndev_init(struct aq_nic_s *self)  in aq_nic_ndev_init()
 301 void aq_nic_set_tx_ring(struct aq_nic_s *self, unsigned int idx,  in aq_nic_set_tx_ring()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/ | 
| D | hw_atl_b0.c | 89 static int hw_atl_b0_hw_reset(struct aq_hw_s *self)  in hw_atl_b0_hw_reset()104 static int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc)  in hw_atl_b0_set_fc()
 110 static int hw_atl_b0_hw_qos_set(struct aq_hw_s *self)  in hw_atl_b0_hw_qos_set()
 168 static int hw_atl_b0_hw_rss_hash_set(struct aq_hw_s *self,  in hw_atl_b0_hw_rss_hash_set()
 196 static int hw_atl_b0_hw_rss_set(struct aq_hw_s *self,  in hw_atl_b0_hw_rss_set()
 232 static int hw_atl_b0_hw_offload_set(struct aq_hw_s *self,  in hw_atl_b0_hw_offload_set()
 291 static int hw_atl_b0_hw_init_tx_path(struct aq_hw_s *self)  in hw_atl_b0_hw_init_tx_path()
 314 static int hw_atl_b0_hw_init_rx_path(struct aq_hw_s *self)  in hw_atl_b0_hw_init_rx_path()
 364 static int hw_atl_b0_hw_mac_addr_set(struct aq_hw_s *self, u8 *mac_addr)  in hw_atl_b0_hw_mac_addr_set()
 389 static int hw_atl_b0_hw_init(struct aq_hw_s *self, u8 *mac_addr)  in hw_atl_b0_hw_init()
 [all …]
 
 | 
| D | hw_atl_a0.c | 82 static int hw_atl_a0_hw_reset(struct aq_hw_s *self)  in hw_atl_a0_hw_reset()120 static int hw_atl_a0_hw_qos_set(struct aq_hw_s *self)  in hw_atl_a0_hw_qos_set()
 179 static int hw_atl_a0_hw_rss_hash_set(struct aq_hw_s *self,  in hw_atl_a0_hw_rss_hash_set()
 207 static int hw_atl_a0_hw_rss_set(struct aq_hw_s *self,  in hw_atl_a0_hw_rss_set()
 243 static int hw_atl_a0_hw_offload_set(struct aq_hw_s *self,  in hw_atl_a0_hw_offload_set()
 260 static int hw_atl_a0_hw_init_tx_path(struct aq_hw_s *self)  in hw_atl_a0_hw_init_tx_path()
 280 static int hw_atl_a0_hw_init_rx_path(struct aq_hw_s *self)  in hw_atl_a0_hw_init_rx_path()
 322 static int hw_atl_a0_hw_mac_addr_set(struct aq_hw_s *self, u8 *mac_addr)  in hw_atl_a0_hw_mac_addr_set()
 347 static int hw_atl_a0_hw_init(struct aq_hw_s *self, u8 *mac_addr)  in hw_atl_a0_hw_init()
 403 static int hw_atl_a0_hw_ring_tx_start(struct aq_hw_s *self,  in hw_atl_a0_hw_ring_tx_start()
 [all …]
 
 | 
| D | hw_atl_utils.c | 61 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops)  in hw_atl_utils_initfw()93 static int hw_atl_utils_soft_reset_flb(struct aq_hw_s *self)  in hw_atl_utils_soft_reset_flb()
 169 static int hw_atl_utils_soft_reset_rbl(struct aq_hw_s *self)  in hw_atl_utils_soft_reset_rbl()
 238 int hw_atl_utils_soft_reset(struct aq_hw_s *self)  in hw_atl_utils_soft_reset()
 284 int hw_atl_utils_fw_downld_dwords(struct aq_hw_s *self, u32 a,  in hw_atl_utils_fw_downld_dwords()
 330 static int hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 a, u32 *p,  in hw_atl_utils_fw_upload_dwords()
 394 static int hw_atl_utils_init_ucp(struct aq_hw_s *self,  in hw_atl_utils_init_ucp()
 432 int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size)  in hw_atl_utils_fw_rpc_call()
 456 int hw_atl_utils_fw_rpc_wait(struct aq_hw_s *self,  in hw_atl_utils_fw_rpc_wait()
 501 static int hw_atl_utils_mpi_create(struct aq_hw_s *self)  in hw_atl_utils_mpi_create()
 [all …]
 
 | 
| D | hw_atl_utils_fw2x.c | 76 static int aq_fw2x_init(struct aq_hw_s *self)  in aq_fw2x_init()94 static int aq_fw2x_deinit(struct aq_hw_s *self)  in aq_fw2x_deinit()
 161 static int aq_fw2x_set_link_speed(struct aq_hw_s *self, u32 speed)  in aq_fw2x_set_link_speed()
 170 static void aq_fw2x_set_mpi_flow_control(struct aq_hw_s *self, u32 *mpi_state)  in aq_fw2x_set_mpi_flow_control()
 183 static void aq_fw2x_upd_eee_rate_bits(struct aq_hw_s *self, u32 *mpi_opts,  in aq_fw2x_upd_eee_rate_bits()
 194 static int aq_fw2x_set_state(struct aq_hw_s *self,  in aq_fw2x_set_state()
 218 static int aq_fw2x_update_link_status(struct aq_hw_s *self)  in aq_fw2x_update_link_status()
 245 static int aq_fw2x_get_mac_permanent(struct aq_hw_s *self, u8 *mac)  in aq_fw2x_get_mac_permanent()
 288 static int aq_fw2x_update_stats(struct aq_hw_s *self)  in aq_fw2x_update_stats()
 311 static int aq_fw2x_get_phy_temp(struct aq_hw_s *self, int *temp)  in aq_fw2x_get_phy_temp()
 [all …]
 
 | 
| /Linux-v5.4/tools/perf/tests/ | 
| D | attr.py | 33     def __init__(self, test, msg):  argument36     def getMsg(self):  argument
 40     def __init__(self, test, arch):  argument
 43     def getMsg(self):  argument
 47     def __init__(self, test):  argument
 49     def getMsg(self):  argument
 93     def add(self, data):  argument
 98     def __init__(self, name, data, base):  argument
 105     def equal(self, other):  argument
 114     def optional(self):  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ | 
| D | SchedGui.py | 23 	def __init__(self, sched_tracer, title, parent = None, id = -1):  argument65 	def us_to_px(self, val):  argument
 68 	def px_to_us(self, val):  argument
 71 	def scroll_start(self):  argument
 75 	def scroll_start_us(self):  argument
 79 	def paint_rectangle_zone(self, nr, color, top_color, start, end):  argument
 103 	def update_rectangles(self, dc, start, end):  argument
 108 	def on_paint(self, event):  argument
 118 	def rect_from_ypixel(self, y):  argument
 128 	def update_summary(self, txt):  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ | 
| D | nsPlugin.py | 11     def __init__(self):  argument15     def pre_suite(self, testcount, testidlist):  argument
 24     def post_suite(self, index):  argument
 35     def add_args(self, parser):  argument
 45     def adjust_command(self, stage, command):  argument
 80     def _ports_create(self):  argument
 89     def _ports_destroy(self):  argument
 93     def _ns_create(self):  argument
 112     def _ns_destroy(self):  argument
 121     def _exec_cmd(self, stage, command):  argument
 [all …]
 
 | 
| D | valgrindPlugin.py | 22     def __init__(self):  argument28     def pre_suite(self, testcount, testidlist):  argument
 36     def post_suite(self, index):  argument
 50     def add_args(self, parser):  argument
 62     def adjust_command(self, stage, command):  argument
 101     def post_execute(self):  argument
 156     def _add_results(self, res):  argument
 159     def _add_to_tap(self, more_tap_output):  argument
 
 | 
| D | buildebpfPlugin.py | 14     def __init__(self):  argument19     def pre_suite(self, testcount, testidlist):  argument
 25     def post_suite(self, index):  argument
 30     def add_args(self, parser):  argument
 43     def _ebpf_makeall(self):  argument
 47     def _ebpf_makeclean(self):  argument
 51     def _make(self, target):  argument
 
 | 
| /Linux-v5.4/scripts/gdb/linux/ | 
| D | proc.py | 26     def __init__(self):  argument29     def invoke(self, arg, from_tty):  argument
 40     def __init__(self):  argument
 43     def invoke(self, arg, from_tty):  argument
 85     def __init__(self):  argument
 88     def invoke(self, arg, from_tty):  argument
 100     def __init__(self):  argument
 103     def invoke(self, arg, from_tty):  argument
 145     def __init__(self):  argument
 151     def invoke(self, arg, from_tty):  argument
 [all …]
 
 | 
| D | symbols.py | 23         def __init__(self, spec, gdb_command):  argument28         def stop(self):  argument
 70     def __init__(self):  argument
 74     def _update_module_files(self):  argument
 84     def _get_module_file(self, module_name):  argument
 92     def _section_arguments(self, module):  argument
 110     def load_module_symbols(self, module):  argument
 138     def load_all_symbols(self):  argument
 166     def invoke(self, arg, from_tty):  argument
 
 | 
| /Linux-v5.4/drivers/net/wireless/st/cw1200/ | 
| D | cw1200_sdio.c | 66 static int cw1200_sdio_memcpy_fromio(struct hwbus_priv *self,  in cw1200_sdio_memcpy_fromio()73 static int cw1200_sdio_memcpy_toio(struct hwbus_priv *self,  in cw1200_sdio_memcpy_toio()
 80 static void cw1200_sdio_lock(struct hwbus_priv *self)  in cw1200_sdio_lock()
 85 static void cw1200_sdio_unlock(struct hwbus_priv *self)  in cw1200_sdio_unlock()
 92 	struct hwbus_priv *self = sdio_get_drvdata(func);  in cw1200_sdio_irq_handler()  local
 106 	struct hwbus_priv *self = dev_id;  in cw1200_gpio_irq()  local
 118 static int cw1200_request_irq(struct hwbus_priv *self)  in cw1200_request_irq()
 155 static int cw1200_sdio_irq_subscribe(struct hwbus_priv *self)  in cw1200_sdio_irq_subscribe()
 170 static int cw1200_sdio_irq_unsubscribe(struct hwbus_priv *self)  in cw1200_sdio_irq_unsubscribe()
 247 static size_t cw1200_sdio_align_size(struct hwbus_priv *self, size_t size)  in cw1200_sdio_align_size()
 [all …]
 
 |