* [PATCH] tools/bpf: remove unused variable
@ 2024-08-20 5:51 Zhu Jun
2024-08-21 20:57 ` Yonghong Song
0 siblings, 1 reply; 2+ messages in thread
From: Zhu Jun @ 2024-08-20 5:51 UTC (permalink / raw)
To: song
Cc: yonghong.song, ast, daniel, kpsingh, sdf, haoluo, zhujun2, jolsa,
linux-kernel
The variable is never referenced in the code, just remove them.
Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
---
tools/bpf/runqslower/runqslower.bpf.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/bpf/runqslower/runqslower.bpf.c b/tools/bpf/runqslower/runqslower.bpf.c
index 9a5c1f008fe6..fced54a3adf6 100644
--- a/tools/bpf/runqslower/runqslower.bpf.c
+++ b/tools/bpf/runqslower/runqslower.bpf.c
@@ -70,7 +70,6 @@ int handle__sched_switch(u64 *ctx)
struct task_struct *next = (struct task_struct *)ctx[2];
struct runq_event event = {};
u64 *tsp, delta_us;
- long state;
u32 pid;
/* ivcsw: treat like an enqueue event and store timestamp */
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tools/bpf: remove unused variable
2024-08-20 5:51 [PATCH] tools/bpf: remove unused variable Zhu Jun
@ 2024-08-21 20:57 ` Yonghong Song
0 siblings, 0 replies; 2+ messages in thread
From: Yonghong Song @ 2024-08-21 20:57 UTC (permalink / raw)
To: Zhu Jun, song; +Cc: ast, daniel, kpsingh, sdf, haoluo, jolsa, linux-kernel
On 8/19/24 10:51 PM, Zhu Jun wrote:
> The variable is never referenced in the code, just remove them.
>
> Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-21 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 5:51 [PATCH] tools/bpf: remove unused variable Zhu Jun
2024-08-21 20:57 ` Yonghong Song
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox