~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to target/s390x/trace-events

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# See docs/tracing.txt for syntax documentation.
 
2
 
 
3
# target/s390x/mmu_helper.c
 
4
get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
 
5
set_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned %d"
 
6
 
 
7
# target/s390x/ioinst.c
 
8
ioinst(const char *insn) "IOINST: %s"
 
9
ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)"
 
10
ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)"
 
11
ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command %04x, len %04x"
 
12
 
 
13
# target/s390x/kvm.c
 
14
kvm_enable_cmma(int rc) "CMMA: enabling with result code %d"
 
15
kvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
 
16
kvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s"
 
17
kvm_sigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu %d -> cpu %d with cc=%d"
 
18
 
 
19
# target/s390x/cpu.c
 
20
cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
 
21
cpu_halt(int cpu_index) "halting cpu %d"
 
22
cpu_unhalt(int cpu_index) "unhalting cpu %d"