TP_ARGS(sptep, gfn, access, gen),
TP_FIELDS(
- ctf_integer(void *, sptep, sptep)
+ ctf_integer_hex(void *, sptep, sptep)
ctf_integer(gfn_t, gfn, gfn)
ctf_integer(unsigned, access, access)
ctf_integer(unsigned int, gen, gen)
TP_ARGS(sptep, gfn, access),
TP_FIELDS(
- ctf_integer(void *, sptep, sptep)
+ ctf_integer_hex(void *, sptep, sptep)
ctf_integer(gfn_t, gfn, gfn)
ctf_integer(unsigned, access, access)
)
ctf_integer(int, vcpu_id, vcpu->vcpu_id)
ctf_integer(gva_t, gva, gva)
ctf_integer(u32, error_code, error_code)
- ctf_integer(u64 *, sptep, sptep)
+ ctf_integer_hex(u64 *, sptep, sptep)
ctf_integer(u64, old_spte, old_spte)
ctf_integer(u64, new_spte, *sptep)
ctf_integer(bool, retry, retry)
TP_ARGS(state, mask, IP),
TP_FIELDS(
- ctf_integer(struct extent_state *, state, state)
+ ctf_integer_hex(struct extent_state *, state, state)
ctf_integer(gfp_t, mask, mask)
ctf_integer(unsigned long, ip, IP)
)
TP_ARGS(state, IP),
TP_FIELDS(
- ctf_integer(struct extent_state *, state, state)
+ ctf_integer_hex(struct extent_state *, state, state)
ctf_integer(unsigned long, ip, IP)
)
)
ctf_integer(unsigned int, flags, (trylock ? 1 : 0) | (read ? 2 : 0))
ctf_string(name, lock->name)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34))
- ctf_integer(void *, lockdep_addr, lock)
+ ctf_integer_hex(void *, lockdep_addr, lock)
#endif
)
)
TP_FIELDS(
ctf_string(name, lock->name)
- ctf_integer(void *, lockdep_addr, lock)
+ ctf_integer_hex(void *, lockdep_addr, lock)
)
)
TP_FIELDS(
ctf_string(name, lock->name)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34))
- ctf_integer(void *, lockdep_addr, lock)
+ ctf_integer_hex(void *, lockdep_addr, lock)
#endif
)
)
TP_FIELDS(
ctf_string(name, lock->name)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34))
- ctf_integer(void *, lockdep_addr, lock)
+ ctf_integer_hex(void *, lockdep_addr, lock)
#endif
)
)
ctf_string(name, lock->name)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34))
ctf_integer(s64, wait_nsec, wait_nsec)
- ctf_integer(void *, lockdep_addr, lock)
+ ctf_integer_hex(void *, lockdep_addr, lock)
#else
ctf_integer(unsigned long, wait_usec, (unsigned long) waittime)
ctf_integer(unsigned long, wait_nsec_rem, do_div(waittime, NSEC_PER_USEC))
cache_items, delta, total_scan),
TP_FIELDS(
- ctf_integer(struct shrinker *, shr, shr)
+ ctf_integer_hex(struct shrinker *, shr, shr)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,0))
- ctf_integer(void *, shrink, shr->scan_objects)
+ ctf_integer_hex(void *, shrink, shr->scan_objects)
#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,0)) */
- ctf_integer(void *, shrink, shr->shrink)
+ ctf_integer_hex(void *, shrink, shr->shrink)
#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,0)) */
ctf_integer(long, nr_objects_to_shrink, nr_objects_to_shrink)
ctf_integer(gfp_t, gfp_flags, sc->gfp_mask)
total_scan),
TP_FIELDS(
- ctf_integer(struct shrinker *, shr, shr)
+ ctf_integer_hex(struct shrinker *, shr, shr)
ctf_integer(int, nid, nid)
- ctf_integer(void *, shrink, shr->scan_objects)
+ ctf_integer_hex(void *, shrink, shr->scan_objects)
ctf_integer(long, unused_scan, unused_scan_cnt)
ctf_integer(long, new_scan, new_scan_cnt)
ctf_integer(int, retval, shrinker_retval)
TP_ARGS(shr, shrinker_retval, unused_scan_cnt, new_scan_cnt),
TP_FIELDS(
- ctf_integer(struct shrinker *, shr, shr)
+ ctf_integer_hex(struct shrinker *, shr, shr)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,0))
- ctf_integer(void *, shrink, shr->scan_objects)
+ ctf_integer_hex(void *, shrink, shr->scan_objects)
#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,0)) */
- ctf_integer(void *, shrink, shr->shrink)
+ ctf_integer_hex(void *, shrink, shr->shrink)
#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,0)) */
ctf_integer(long, unused_scan, unused_scan_cnt)
ctf_integer(long, new_scan, new_scan_cnt)
TP_ARGS(page),
TP_FIELDS(
- ctf_integer(struct page *, page, page)
+ ctf_integer_hex(struct page *, page, page)
ctf_integer(int, reclaim_flags, trace_reclaim_flags(page))
)
)
TP_ARGS(page, reclaim_flags),
TP_FIELDS(
- ctf_integer(struct page *, page, page)
+ ctf_integer_hex(struct page *, page, page)
ctf_integer(int, reclaim_flags, reclaim_flags)
)
)
TP_ARGS(old_mm, new_mm),
TP_FIELDS(
- ctf_integer(struct mm_struct *, old_mm, old_mm)
+ ctf_integer_hex(struct mm_struct *, old_mm, old_mm)
ctf_integer(unsigned int, old_prio, old_mm ? old_mm->token_priority : 0)
- ctf_integer(struct mm_struct *, new_mm, new_mm)
+ ctf_integer_hex(struct mm_struct *, new_mm, new_mm)
ctf_integer(unsigned int, new_prio, new_mm->token_priority)
)
)
TP_ARGS(swap_token_mm),
TP_FIELDS(
- ctf_integer(struct mm_struct*, swap_token_mm, swap_token_mm)
+ ctf_integer_hex(struct mm_struct*, swap_token_mm, swap_token_mm)
)
)
TP_ARGS(mm, old_prio, swap_token_mm),
TP_FIELDS(
- ctf_integer(struct mm_struct*, mm, mm)
+ ctf_integer_hex(struct mm_struct *, mm, mm)
ctf_integer(unsigned int, old_prio, old_prio)
ctf_integer(unsigned int, new_prio, mm->token_priority)
- ctf_integer(struct mm_struct*, swap_token_mm, swap_token_mm)
+ ctf_integer_hex(struct mm_struct *, swap_token_mm, swap_token_mm)
ctf_integer(unsigned int, swap_token_prio, swap_token_mm ? swap_token_mm->token_priority : 0)
)
)
TP_ARGS(napi),
TP_FIELDS(
- ctf_integer(struct napi_struct *, napi, napi)
+ ctf_integer_hex(struct napi_struct *, napi, napi)
ctf_string(dev_name, napi->dev ? napi->dev->name : NO_DEV)
)
)
#endif
TP_FIELDS(
- ctf_integer(void *, skbaddr, skb)
+ ctf_integer_hex(void *, skbaddr, skb)
ctf_integer(int, rc, rc)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,40))
ctf_integer(unsigned int, len, skb_len)
TP_ARGS(skb),
TP_FIELDS(
- ctf_integer(void *, skbaddr, skb)
+ ctf_integer_hex(void *, skbaddr, skb)
ctf_integer(unsigned int, len, skb->len)
ctf_string(name, skb->dev->name)
)
TP_FIELDS(
ctf_string(rcuname, rcuname)
- ctf_integer(void *, rhp, rhp)
- ctf_integer(void *, func, rhp->func)
+ ctf_integer_hex(void *, rhp, rhp)
+ ctf_integer_hex(void *, func, rhp->func)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
ctf_integer(long, qlen_lazy, qlen_lazy)
#endif
TP_FIELDS(
ctf_string(rcuname, rcuname)
- ctf_integer(void *, rhp, rhp)
- ctf_integer(unsigned long, offset, offset)
+ ctf_integer_hex(void *, rhp, rhp)
+ ctf_integer_hex(unsigned long, offset, offset)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
ctf_integer(long, qlen_lazy, qlen_lazy)
#endif
TP_FIELDS(
ctf_string(rcuname, rcuname)
- ctf_integer(void *, rhp, rhp)
- ctf_integer(void *, func, rhp->func)
+ ctf_integer_hex(void *, rhp, rhp)
+ ctf_integer_hex(void *, func, rhp->func)
)
)
TP_FIELDS(
ctf_string(rcuname, rcuname)
- ctf_integer(void *, rhp, rhp)
+ ctf_integer_hex(void *, rhp, rhp)
ctf_integer(unsigned long, offset, offset)
)
)
TP_FIELDS(
ctf_string(rcutorturename, rcutorturename)
- ctf_integer(struct rcu_head *, rhp, rhp)
+ ctf_integer_hex(struct rcu_head *, rhp, rhp)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0))
ctf_integer(unsigned long, secs, secs)
ctf_integer(unsigned long, c_old, c_old)
TP_ARGS(task),
TP_FIELDS(
- ctf_integer(const struct rpc_task *, task, task)
- ctf_integer(const struct rpc_clnt *, clnt, task->tk_client)
+ ctf_integer_hex(const struct rpc_task *, task, task)
+ ctf_integer_hex(const struct rpc_clnt *, clnt, task->tk_client)
ctf_integer(int, status, task->tk_status)
)
)
TP_ARGS(task, status),
TP_FIELDS(
- ctf_integer(const struct rpc_task *, task, task)
- ctf_integer(const struct rpc_clnt *, clnt, task->tk_client)
+ ctf_integer_hex(const struct rpc_task *, task, task)
+ ctf_integer_hex(const struct rpc_clnt *, clnt, task->tk_client)
ctf_integer(int, status, status)
)
)
TP_ARGS(clnt, task, action),
TP_FIELDS(
- ctf_integer(const struct rpc_clnt *, clnt, clnt)
- ctf_integer(const struct rpc_task *, task, task)
- ctf_integer(const void *, action, action)
+ ctf_integer_hex(const struct rpc_clnt *, clnt, clnt)
+ ctf_integer_hex(const struct rpc_task *, task, task)
+ ctf_integer_hex(const void *, action, action)
ctf_integer(unsigned long, runstate, task->tk_runstate)
ctf_integer(int, status, task->tk_status)
ctf_integer(unsigned short, flags, task->tk_flags)
TP_ARGS(clnt, task, q),
TP_FIELDS(
- ctf_integer(const struct rpc_clnt *, clnt, clnt)
- ctf_integer(const struct rpc_task *, task, task)
+ ctf_integer_hex(const struct rpc_clnt *, clnt, clnt)
+ ctf_integer_hex(const struct rpc_task *, task, task)
ctf_integer(unsigned long, timeout, task->tk_timeout)
ctf_integer(unsigned long, runstate, task->tk_runstate)
ctf_integer(int, status, task->tk_status)
TP_ARGS(skb, location),
TP_FIELDS(
- ctf_integer(void *, skbaddr, skb)
- ctf_integer(void *, location, location)
+ ctf_integer_hex(void *, skbaddr, skb)
+ ctf_integer_hex(void *, location, location)
ctf_integer_network(unsigned short, protocol, skb->protocol)
)
)
TP_ARGS(skb),
TP_FIELDS(
- ctf_integer(void *, skbaddr, skb)
+ ctf_integer_hex(void *, skbaddr, skb)
)
)
#endif
TP_ARGS(skb, len),
TP_FIELDS(
- ctf_integer(const void *, skbaddr, skb)
+ ctf_integer_hex(const void *, skbaddr, skb)
ctf_integer(int, len, len)
)
)
TP_ARGS(timer),
TP_FIELDS(
- ctf_integer(void *, timer, timer)
+ ctf_integer_hex(void *, timer, timer)
)
)
TP_ARGS(timer, expires, flags),
TP_FIELDS(
- ctf_integer(void *, timer, timer)
- ctf_integer(void *, function, timer->function)
+ ctf_integer_hex(void *, timer, timer)
+ ctf_integer_hex(void *, function, timer->function)
ctf_integer(unsigned long, expires, expires)
ctf_integer(unsigned long, now, jiffies)
ctf_integer(unsigned int, flags, flags)
TP_ARGS(timer, expires),
TP_FIELDS(
- ctf_integer(void *, timer, timer)
- ctf_integer(void *, function, timer->function)
+ ctf_integer_hex(void *, timer, timer)
+ ctf_integer_hex(void *, function, timer->function)
ctf_integer(unsigned long, expires, expires)
ctf_integer(unsigned long, now, jiffies)
)
TP_ARGS(timer),
TP_FIELDS(
- ctf_integer(void *, timer, timer)
+ ctf_integer_hex(void *, timer, timer)
ctf_integer(unsigned long, now, jiffies)
- ctf_integer(void *, function, timer->function)
+ ctf_integer_hex(void *, function, timer->function)
)
)
TP_ARGS(hrtimer, clockid, mode),
TP_FIELDS(
- ctf_integer(void *, hrtimer, hrtimer)
+ ctf_integer_hex(void *, hrtimer, hrtimer)
ctf_integer(clockid_t, clockid, clockid)
ctf_integer(enum hrtimer_mode, mode, mode)
)
TP_ARGS(hrtimer),
TP_FIELDS(
- ctf_integer(void *, hrtimer, hrtimer)
- ctf_integer(void *, function, hrtimer->function)
+ ctf_integer_hex(void *, hrtimer, hrtimer)
+ ctf_integer_hex(void *, function, hrtimer->function)
ctf_integer(s64, expires, hrtimer_get_expires(hrtimer).tv64)
ctf_integer(s64, softexpires, hrtimer_get_softexpires(hrtimer).tv64)
)
TP_ARGS(hrtimer, now),
TP_FIELDS(
- ctf_integer(void *, hrtimer, hrtimer)
+ ctf_integer_hex(void *, hrtimer, hrtimer)
ctf_integer(s64, now, now->tv64)
- ctf_integer(void *, function, hrtimer->function)
+ ctf_integer_hex(void *, function, hrtimer->function)
)
)
TP_ARGS(hrtimer),
TP_FIELDS(
- ctf_integer(void *, hrtimer, hrtimer)
+ ctf_integer_hex(void *, hrtimer, hrtimer)
)
)
TP_ARGS(work),
TP_FIELDS(
- ctf_integer(void *, work, work)
+ ctf_integer_hex(void *, work, work)
)
)
#endif
TP_FIELDS(
- ctf_integer(void *, work, work)
- ctf_integer(void *, function, work->func)
+ ctf_integer_hex(void *, work, work)
+ ctf_integer_hex(void *, function, work->func)
ctf_integer(unsigned int, req_cpu, req_cpu)
)
)
TP_ARGS(work),
TP_FIELDS(
- ctf_integer(void *, work, work)
- ctf_integer(void *, function, work->func)
+ ctf_integer_hex(void *, work, work)
+ ctf_integer_hex(void *, function, work->func)
)
)
TP_FIELDS(
ctf_array(char, thread_comm, wq_thread->comm, TASK_COMM_LEN)
ctf_integer(pid_t, thread_pid, wq_thread->pid)
- ctf_integer(work_func_t, func, work->func)
+ ctf_integer_hex(work_func_t, func, work->func)
)
)