/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread-stack.c | 303 struct thread_stack_entry *tse; in thread_stack__call_return() local 311 tse = &ts->stack[idx]; in thread_stack__call_return() 312 cr.cp = tse->cp; in thread_stack__call_return() 313 cr.call_time = tse->timestamp; in thread_stack__call_return() 315 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return() 316 cr.insn_count = ts->insn_count - tse->insn_count; in thread_stack__call_return() 317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return() 318 cr.db_id = tse->db_id; in thread_stack__call_return() 319 cr.call_ref = tse->ref; in thread_stack__call_return() 321 if (tse in thread_stack__call_return() 785 struct thread_stack_entry *tse; thread_stack__push_cp() local 823 struct thread_stack_entry *tse = &ts->stack[0]; thread_stack__pop_cp() local 1000 struct thread_stack_entry *tse; thread_stack__trace_begin() local 1054 struct thread_stack_entry *tse = &ts->stack[ts->cnt - 1]; thread_stack__x86_retpoline() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.c | 303 struct thread_stack_entry *tse; in thread_stack__call_return() local 311 tse = &ts->stack[idx]; in thread_stack__call_return() 312 cr.cp = tse->cp; in thread_stack__call_return() 313 cr.call_time = tse->timestamp; in thread_stack__call_return() 315 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return() 316 cr.insn_count = ts->insn_count - tse->insn_count; in thread_stack__call_return() 317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return() 318 cr.db_id = tse->db_id; in thread_stack__call_return() 319 cr.call_ref = tse->ref; in thread_stack__call_return() 321 if (tse in thread_stack__call_return() 786 struct thread_stack_entry *tse; thread_stack__push_cp() local 824 struct thread_stack_entry *tse = &ts->stack[0]; thread_stack__pop_cp() local 1001 struct thread_stack_entry *tse; thread_stack__trace_begin() local 1053 struct thread_stack_entry *tse = &ts->stack[ts->cnt - 1]; thread_stack__x86_retpoline() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
H A D | cx25840-ir.c | 518 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local 542 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler() 554 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler() 560 if (tse && tsr) { in cx25840_ir_irq_handler()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23888-ir.c | 514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local 521 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx23888_ir_irq_handler() 534 tse ? "tse" : " ", rse ? "rse" : " ", in cx23888_ir_irq_handler() 540 if (tse && tsr) { in cx23888_ir_irq_handler()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel_ips.c | 1445 u8 tse; in ips_probe() local 1478 tse = thm_readb(THM_TSE); in ips_probe() 1479 if (tse != TSE_EN) { in ips_probe() 1480 dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); in ips_probe()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | intel_ips.c | 1445 u8 tse; in ips_probe() local 1478 tse = thm_readb(THM_TSE); in ips_probe() 1479 if (tse != TSE_EN) { in ips_probe() 1480 dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); in ips_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23888-ir.c | 514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local 521 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx23888_ir_irq_handler() 534 tse ? "tse" : " ", rse ? "rse" : " ", in cx23888_ir_irq_handler() 540 if (tse && tsr) { in cx23888_ir_irq_handler()
|
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/ |
H A D | cx25840-ir.c | 498 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local 522 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler() 534 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler() 540 if (tse && tsr) { in cx25840_ir_irq_handler()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.h | 400 __u8 tse:1; member
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.h | 409 __u8 tse:1; member
|