Fix: format address fields as hexadecimal
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Mar 2016 15:30:33 +0000 (10:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Mar 2016 15:31:11 +0000 (10:31 -0500)
Fixes #947

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/arch/x86/kvm/mmutrace.h
instrumentation/events/lttng-module/btrfs.h
instrumentation/events/lttng-module/lock.h
instrumentation/events/lttng-module/mm_vmscan.h
instrumentation/events/lttng-module/napi.h
instrumentation/events/lttng-module/net.h
instrumentation/events/lttng-module/rcu.h
instrumentation/events/lttng-module/rpc.h
instrumentation/events/lttng-module/skb.h
instrumentation/events/lttng-module/timer.h
instrumentation/events/lttng-module/workqueue.h

index 65dabde9ff39b495b2bfaa6ceadba58d443f0b5d..f0c7381b5b2dec3c5e111a112b0afe10f59f7ce7 100644 (file)
@@ -147,7 +147,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(
        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)
@@ -165,7 +165,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(
        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)
        )
@@ -201,7 +201,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(
                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)
index 11b501a28751e1f404d507f8a6fa25ba0c3506c1..54b3099bf26338715cfb11bfa675c94e5ba53c4d 100644 (file)
@@ -499,7 +499,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(alloc_extent_state,
        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)
        )
@@ -514,7 +514,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(free_extent_state,
        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)
        )
 )
index 3e5d68a56f1c4cd55b48c7071de903ba99c09a62..14d6a1ea9fb7356927ba11205ea1b722d6eb6e3e 100644 (file)
@@ -31,7 +31,7 @@ LTTNG_TRACEPOINT_EVENT(lock_acquire,
                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
        )
 )
@@ -46,7 +46,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(lock,
 
        TP_FIELDS(
                ctf_string(name, lock->name)
-               ctf_integer(void *, lockdep_addr, lock)
+               ctf_integer_hex(void *, lockdep_addr, lock)
        )
 )
 
@@ -86,7 +86,7 @@ LTTNG_TRACEPOINT_EVENT(lock_release,
        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
        )
 )
@@ -102,7 +102,7 @@ LTTNG_TRACEPOINT_EVENT(lock_contended,
        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
        )
 )
@@ -117,7 +117,7 @@ LTTNG_TRACEPOINT_EVENT(lock_acquired,
                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))
index d9eac54072c6f41570bed4b406d51f14f0f11eeb..339e6fb74c79a3a1f5e3c0cfdbd41695768c247f 100644 (file)
@@ -159,11 +159,11 @@ LTTNG_TRACEPOINT_EVENT_MAP(mm_shrink_slab_start,
                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)
@@ -187,9 +187,9 @@ LTTNG_TRACEPOINT_EVENT_MAP(mm_shrink_slab_end,
                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)
@@ -207,11 +207,11 @@ LTTNG_TRACEPOINT_EVENT_MAP(mm_shrink_slab_end,
        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)
@@ -341,7 +341,7 @@ LTTNG_TRACEPOINT_EVENT(mm_vmscan_writepage,
        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))
        )
 )
@@ -354,7 +354,7 @@ LTTNG_TRACEPOINT_EVENT(mm_vmscan_writepage,
        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)
        )
 )
@@ -409,9 +409,9 @@ LTTNG_TRACEPOINT_EVENT_MAP(replace_swap_token,
        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)
        )
 )
@@ -422,7 +422,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(mm_vmscan_put_swap_token_template,
        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)
        )
 )
 
@@ -453,10 +453,10 @@ LTTNG_TRACEPOINT_EVENT_MAP(update_swap_token_priority,
        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)
        )
 )
index 20e0d61dae5c09484dc210414f6d2e5c64601860..e6dc225dc705cc956794c0ec62775bdebcf4f03e 100644 (file)
@@ -17,7 +17,7 @@ LTTNG_TRACEPOINT_EVENT(napi_poll,
        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)
        )
 )
index 01314ed56f1b1fb797d6d9bf584823ec9a1c55a4..001175b0dbcc750d5b7c5d9ae65cd8736b01a89f 100644 (file)
@@ -27,7 +27,7 @@ LTTNG_TRACEPOINT_EVENT(net_dev_xmit,
 #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)
@@ -46,7 +46,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(net_dev_template,
        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)
        )
index 062dd14b742dde3c9e2cda04d1cd227bb9f84a95..edece667209bafdfa936e083abfcd18f95230a92 100644 (file)
@@ -312,8 +312,8 @@ LTTNG_TRACEPOINT_EVENT(rcu_callback,
 
        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
@@ -351,8 +351,8 @@ LTTNG_TRACEPOINT_EVENT(rcu_kfree_callback,
 
        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
@@ -418,8 +418,8 @@ LTTNG_TRACEPOINT_EVENT(rcu_invoke_callback,
 
        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)
        )
 )
 
@@ -442,7 +442,7 @@ LTTNG_TRACEPOINT_EVENT(rcu_invoke_kfree_callback,
 
        TP_FIELDS(
                ctf_string(rcuname, rcuname)
-               ctf_integer(void *, rhp, rhp)
+               ctf_integer_hex(void *, rhp, rhp)
                ctf_integer(unsigned long, offset, offset)
        )
 )
@@ -524,7 +524,7 @@ LTTNG_TRACEPOINT_EVENT(rcu_torture_read,
 
        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)
index a208b5af56bbfedacf8f23d96de4353ae4c7d185..fd2c456633b7f6730fd3f97b44508c833b6dfffe 100644 (file)
@@ -15,8 +15,8 @@ LTTNG_TRACEPOINT_EVENT_CLASS(rpc_task_status,
        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)
        )
 )
@@ -39,8 +39,8 @@ LTTNG_TRACEPOINT_EVENT(rpc_connect_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)
        )
 )
@@ -52,9 +52,9 @@ LTTNG_TRACEPOINT_EVENT_CLASS(rpc_task_running,
        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)
@@ -92,8 +92,8 @@ LTTNG_TRACEPOINT_EVENT_CLASS(rpc_task_queued,
        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)
index 2079580aa0977a60e020e48461f4dbe6bffa9f71..e29411f86d850107110264595d74902e12e70f27 100644 (file)
@@ -21,8 +21,8 @@ LTTNG_TRACEPOINT_EVENT_MAP(kfree_skb,
        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)
        )
 )
@@ -37,7 +37,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(consume_skb,
        TP_ARGS(skb),
 
        TP_FIELDS(
-               ctf_integer(void *, skbaddr, skb)
+               ctf_integer_hex(void *, skbaddr, skb)
        )
 )
 #endif
@@ -50,7 +50,7 @@ LTTNG_TRACEPOINT_EVENT(skb_copy_datagram_iovec,
        TP_ARGS(skb, len),
 
        TP_FIELDS(
-               ctf_integer(const void *, skbaddr, skb)
+               ctf_integer_hex(const void *, skbaddr, skb)
                ctf_integer(int, len, len)
        )
 )
index 8a813ebf0cecddfeee8f8d5fa7de7a6f200fee35..e7ff8e6fd33029b64a4dd4c53f6dedd6d3f28a39 100644 (file)
@@ -23,7 +23,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(timer_class,
        TP_ARGS(timer),
 
        TP_FIELDS(
-               ctf_integer(void *, timer, timer)
+               ctf_integer_hex(void *, timer, timer)
        )
 )
 
@@ -53,8 +53,8 @@ LTTNG_TRACEPOINT_EVENT(timer_start,
        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)
@@ -73,8 +73,8 @@ LTTNG_TRACEPOINT_EVENT(timer_start,
        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)
        )
@@ -94,9 +94,9 @@ LTTNG_TRACEPOINT_EVENT(timer_expire_entry,
        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)
        )
 )
 
@@ -144,7 +144,7 @@ LTTNG_TRACEPOINT_EVENT_MAP(hrtimer_init,
        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)
        )
@@ -163,8 +163,8 @@ LTTNG_TRACEPOINT_EVENT_MAP(hrtimer_start,
        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)
        )
@@ -187,9 +187,9 @@ LTTNG_TRACEPOINT_EVENT_MAP(hrtimer_expire_entry,
        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)
        )
 )
 
@@ -200,7 +200,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(timer_hrtimer_class,
        TP_ARGS(hrtimer),
 
        TP_FIELDS(
-               ctf_integer(void *, hrtimer, hrtimer)
+               ctf_integer_hex(void *, hrtimer, hrtimer)
        )
 )
 
index 3cdc7f9b279f02bb96465d74d0de7ec4d7bab191..ed4ee47176aa7fff48d2f6a7655ff90eb6447bdd 100644 (file)
@@ -25,7 +25,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(workqueue_work,
        TP_ARGS(work),
 
        TP_FIELDS(
-               ctf_integer(void *, work, work)
+               ctf_integer_hex(void *, work, work)
        )
 )
 
@@ -55,8 +55,8 @@ LTTNG_TRACEPOINT_EVENT(workqueue_queue_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)
        )
 )
@@ -90,8 +90,8 @@ LTTNG_TRACEPOINT_EVENT(workqueue_execute_start,
        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)
        )
 )
 
@@ -119,7 +119,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(workqueue,
        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)
        )
 )
 
This page took 0.044582 seconds and 4 git commands to generate.