| 1 | # See docs/devel/tracing.rst for syntax documentation. |
| 2 | |
| 3 | # omap1.c |
| 4 | omap1_pwl_clocking_scheme(const char *scheme) "omap1 CLKM: clocking scheme set to %s" |
| 5 | omap1_pwl_backlight(int output) "omap1 PWL: backlight now at %d/256" |
| 6 | omap1_pwt_buzz(int freq) "omap1 PWT: %dHz buzz on" |
| 7 | omap1_pwt_silence(void) "omap1 PWT: buzzer silenced" |
| 8 | omap1_lpg_led(const char *onoff) "omap1 LPG: LED is %s" |
| 9 | |
| 10 | # virt-acpi-build.c |
| 11 | virt_acpi_setup(void) "No fw cfg or ACPI disabled. Bailing out." |
| 12 | virt_acpi_dsdt_tegra241_cmdqv(int smmu_id, uint64_t base, uint32_t irq) "DSDT: add cmdqv node for (id=%d), base=0x%" PRIx64 ", irq=%d" |
| 13 | |
| 14 | # smmu-common.c |
| 15 | smmu_add_mr(const char *name) "%s" |
| 16 | smmu_ptw_level(int stage, int level, uint64_t iova, size_t subpage_size, uint64_t baseaddr, uint32_t offset, uint64_t pte) "stage=%d level=%d iova=0x%"PRIx64" subpage_sz=0x%zx baseaddr=0x%"PRIx64" offset=%d => pte=0x%"PRIx64 |
| 17 | smmu_ptw_invalid_pte(int stage, int level, uint64_t baseaddr, uint64_t pteaddr, uint32_t offset, uint64_t pte) "stage=%d level=%d base@=0x%"PRIx64" pte@=0x%"PRIx64" offset=%d pte=0x%"PRIx64 |
| 18 | smmu_ptw_page_pte(int stage, int level, uint64_t iova, uint64_t baseaddr, uint64_t pteaddr, uint64_t pte, uint64_t address) "stage=%d level=%d iova=0x%"PRIx64" base@=0x%"PRIx64" pte@=0x%"PRIx64" pte=0x%"PRIx64" page address = 0x%"PRIx64 |
| 19 | smmu_ptw_block_pte(int stage, int level, uint64_t baseaddr, uint64_t pteaddr, uint64_t pte, uint64_t iova, uint64_t gpa, int bsize_mb) "stage=%d level=%d base@=0x%"PRIx64" pte@=0x%"PRIx64" pte=0x%"PRIx64" iova=0x%"PRIx64" block address = 0x%"PRIx64" block size = %d MiB" |
| 20 | smmu_get_pte(uint64_t baseaddr, int index, uint64_t pteaddr, uint64_t pte) "baseaddr=0x%"PRIx64" index=0x%x, pteaddr=0x%"PRIx64", pte=0x%"PRIx64 |
| 21 | smmu_iotlb_inv_all(void) "IOTLB invalidate all" |
| 22 | smmu_iotlb_inv_asid_vmid(int asid, int vmid) "IOTLB invalidate asid=%d vmid=%d" |
| 23 | smmu_iotlb_inv_vmid(int vmid) "IOTLB invalidate vmid=%d" |
| 24 | smmu_iotlb_inv_vmid_s1(int vmid) "IOTLB invalidate vmid=%d" |
| 25 | smmu_iotlb_inv_iova(int asid, uint64_t addr) "IOTLB invalidate asid=%d addr=0x%"PRIx64 |
| 26 | smmu_configs_inv_sid_range(uint32_t start, uint32_t end) "Config cache INV SID range from 0x%x to 0x%x" |
| 27 | smmu_config_cache_inv(uint32_t sid) "Config cache INV for sid=0x%x" |
| 28 | smmu_inv_notifiers_mr(const char *name) "iommu mr=%s" |
| 29 | smmu_iotlb_lookup_hit(int asid, int vmid, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache HIT asid=%d vmid=%d addr=0x%"PRIx64" hit=%d miss=%d hit rate=%d" |
| 30 | smmu_iotlb_lookup_miss(int asid, int vmid, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache MISS asid=%d vmid=%d addr=0x%"PRIx64" hit=%d miss=%d hit rate=%d" |
| 31 | smmu_iotlb_insert(int asid, int vmid, uint64_t addr, uint8_t tg, uint8_t level) "IOTLB ++ asid=%d vmid=%d addr=0x%"PRIx64" tg=%d level=%d" |
| 32 | |
| 33 | # smmuv3.c |
| 34 | smmuv3_read_mmio(uint64_t addr, uint64_t val, unsigned size, uint32_t r) "addr: 0x%"PRIx64" val:0x%"PRIx64" size: 0x%x(%d)" |
| 35 | smmuv3_trigger_irq(int irq) "irq=%d" |
| 36 | smmuv3_write_gerror(uint32_t toggled, uint32_t gerror) "toggled=0x%x, new GERROR=0x%x" |
| 37 | smmuv3_write_gerrorn(uint32_t acked, uint32_t gerrorn) "acked=0x%x, new GERRORN=0x%x" |
| 38 | smmuv3_unhandled_cmd(uint32_t type) "Unhandled command type=%d" |
| 39 | smmuv3_cmdq_consume(uint32_t prod, uint32_t cons, uint8_t prod_wrap, uint8_t cons_wrap) "prod=%d cons=%d prod.wrap=%d cons.wrap=%d" |
| 40 | smmuv3_cmdq_opcode(const char *opcode) "<--- %s" |
| 41 | smmuv3_cmdq_consume_out(uint32_t prod, uint32_t cons, uint8_t prod_wrap, uint8_t cons_wrap) "prod:%d, cons:%d, prod_wrap:%d, cons_wrap:%d " |
| 42 | smmuv3_cmdq_consume_error(const char *cmd_name, uint8_t cmd_error) "Error on %s command execution: %d" |
| 43 | smmuv3_write_mmio(uint64_t addr, uint64_t val, unsigned size, uint32_t r) "addr: 0x%"PRIx64" val:0x%"PRIx64" size: 0x%x(%d)" |
| 44 | smmuv3_propagate_event(const char *type, uint32_t sid) "%s sid=0x%x" |
| 45 | smmuv3_find_ste(uint16_t sid, uint32_t features, uint16_t sid_split) "sid=0x%x features:0x%x, sid_split:0x%x" |
| 46 | smmuv3_find_ste_2lvl(uint64_t strtab_base, uint64_t l1ptr, int l1_ste_offset, uint64_t l2ptr, int l2_ste_offset, int max_l2_ste) "strtab_base:0x%"PRIx64" l1ptr:0x%"PRIx64" l1_off:0x%x, l2ptr:0x%"PRIx64" l2_off:0x%x max_l2_ste:%d" |
| 47 | smmuv3_get_ste(uint64_t addr) "STE addr: 0x%"PRIx64 |
| 48 | smmuv3_translate_disable(const char *n, uint16_t sid, uint64_t addr, bool is_write) "%s sid=0x%x bypass (smmu disabled) iova:0x%"PRIx64" is_write=%d" |
| 49 | smmuv3_translate_bypass(const char *n, uint16_t sid, uint64_t addr, bool is_write) "%s sid=0x%x STE bypass iova:0x%"PRIx64" is_write=%d" |
| 50 | smmuv3_translate_abort(const char *n, uint16_t sid, uint64_t addr, bool is_write) "%s sid=0x%x abort on iova:0x%"PRIx64" is_write=%d" |
| 51 | smmuv3_translate_success(const char *n, uint16_t sid, uint64_t iova, uint64_t translated, int perm, int stage) "%s sid=0x%x iova=0x%"PRIx64" translated=0x%"PRIx64" perm=0x%x stage=%d" |
| 52 | smmuv3_get_cd(uint64_t addr) "CD addr: 0x%"PRIx64 |
| 53 | smmuv3_decode_cd(uint32_t oas) "oas=%d" |
| 54 | smmuv3_decode_cd_tt(int i, uint32_t tsz, uint64_t ttb, uint32_t granule_sz, bool had) "TT[%d]:tsz:%d ttb:0x%"PRIx64" granule_sz:%d had:%d" |
| 55 | smmuv3_cmdq_cfgi_ste(int streamid) "streamid= 0x%x" |
| 56 | smmuv3_cmdq_cfgi_ste_range(int start, int end) "start=0x%x - end=0x%x" |
| 57 | smmuv3_cmdq_cfgi_cd(uint32_t sid) "sid=0x%x" |
| 58 | smmuv3_config_cache_hit(uint32_t sid, uint32_t hits, uint32_t misses, uint32_t perc) "Config cache HIT for sid=0x%x (hits=%d, misses=%d, hit rate=%d)" |
| 59 | smmuv3_config_cache_miss(uint32_t sid, uint32_t hits, uint32_t misses, uint32_t perc) "Config cache MISS for sid=0x%x (hits=%d, misses=%d, hit rate=%d)" |
| 60 | smmuv3_range_inval(int vmid, int asid, uint64_t addr, uint8_t tg, uint64_t num_pages, uint8_t ttl, bool leaf, int stage) "vmid=%d asid=%d addr=0x%"PRIx64" tg=%d num_pages=0x%"PRIx64" ttl=%d leaf=%d stage=%d" |
| 61 | smmuv3_cmdq_tlbi_nh(int vmid) "vmid=%d" |
| 62 | smmuv3_cmdq_tlbi_nsnh(void) "" |
| 63 | smmuv3_cmdq_tlbi_nh_asid(int asid) "asid=%d" |
| 64 | smmuv3_cmdq_tlbi_s12_vmid(int vmid) "vmid=%d" |
| 65 | smmuv3_notify_flag_add(const char *iommu) "ADD SMMUNotifier node for iommu mr=%s" |
| 66 | smmuv3_notify_flag_del(const char *iommu) "DEL SMMUNotifier node for iommu mr=%s" |
| 67 | smmuv3_inv_notifiers_iova(const char *name, int asid, int vmid, uint64_t iova, uint8_t tg, uint64_t num_pages, int stage) "iommu mr=%s asid=%d vmid=%d iova=0x%"PRIx64" tg=%d num_pages=0x%"PRIx64" stage=%d" |
| 68 | smmu_reset_exit(void) "" |
| 69 | |
| 70 | #smmuv3-accel.c |
| 71 | smmuv3_accel_set_iommu_device(int devfn, uint32_t devid) "devfn=0x%x (idev devid=0x%x)" |
| 72 | smmuv3_accel_unset_iommu_device(int devfn, uint32_t devid) "devfn=0x%x (idev devid=0x%x)" |
| 73 | smmuv3_accel_translate_ste(uint32_t vsid, uint32_t hwpt_id, uint64_t ste_1, uint64_t ste_0) "vSID=0x%x hwpt_id=0x%x ste=%"PRIx64":%"PRIx64 |
| 74 | smmuv3_accel_install_ste(uint32_t vsid, const char * type, uint32_t hwpt_id) "vSID=0x%x ste type=%s hwpt_id=0x%x" |
| 75 | |
| 76 | # tegra241-cmdqv |
| 77 | tegra241_cmdqv_read_mmio(uint64_t offset, uint64_t val, unsigned size) "offset: 0x%"PRIx64" val: 0x%"PRIx64" size: 0x%x" |
| 78 | tegra241_cmdqv_write_mmio(uint64_t offset, uint64_t val, unsigned size) "offset: 0x%"PRIx64" val: 0x%"PRIx64" size: 0x%x" |
| 79 | tegra241_cmdqv_err_map(uint32_t map3, uint32_t map2, uint32_t map1, uint32_t map0) "hw irq received. error (hex) maps: %04X:%04X:%04X:%04X" |
| 80 | tegra241_cmdqv_init_regs(uint32_t param) "register init, param=0x%08X" |
| 81 | tegra241_cmdqv_read_vcmdq_page0(int index, const char *aperture, const char *backing, uint64_t offset0, uint64_t val) "vcmdq[%d] %s (%s) offset0: 0x%"PRIx64" val: 0x%"PRIx64 |
| 82 | tegra241_cmdqv_read_vcmdq_page1(int index, const char *aperture, uint64_t offset0, uint64_t val) "vcmdq[%d] %s offset0: 0x%"PRIx64" val: 0x%"PRIx64 |
| 83 | tegra241_cmdqv_write_vcmdq_page0(int index, const char *aperture, const char *backing, uint64_t offset0, uint64_t val) "vcmdq[%d] %s (%s) offset0: 0x%"PRIx64" val: 0x%"PRIx64 |
| 84 | tegra241_cmdqv_write_vcmdq_page1(int index, const char *aperture, uint64_t offset0, uint64_t val) "vcmdq[%d] %s offset0: 0x%"PRIx64" val: 0x%"PRIx64 |
| 85 | |
| 86 | # strongarm.c |
| 87 | strongarm_uart_update_parameters(const char *label, int speed, char parity, int data_bits, int stop_bits) "%s speed=%d parity=%c data=%d stop=%d" |
| 88 | strongarm_ssp_read_underrun(void) "SSP rx underrun" |
| 89 | |
| 90 | # z2.c |
| 91 | z2_lcd_reg_update(uint8_t cur, uint8_t i_0, uint8_t i_1, uint8_t i_2, uint32_t value) "cur_reg = 0x%x, buf = [0x%x, 0x%x, 0x%x], value = 0x%x" |
| 92 | z2_lcd_enable_disable_result(const char *result) "LCD %s" |
| 93 | z2_aer915_send_too_long(int8_t msg) "message too long (%i bytes)" |
| 94 | z2_aer915_send(uint8_t reg, uint8_t value) "reg %d value 0x%02x" |
| 95 | z2_aer915_event(int8_t event, int8_t len) "i2c event =0x%x len=%d bytes" |
| 96 | |
| 97 | # bcm2838.c |
| 98 | bcm2838_gic_set_irq(int irq, int level) "gic irq:%d lvl:%d" |