aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Can <[email protected]>2022-09-27 01:39:27 +0000
committerArnaldo Carvalho de Melo <[email protected]>2022-10-06 08:03:51 -0300
commitdae09ffca00df015db96ffe3819777525cd26170 (patch)
tree18928e4d60281900128247d66b9b1b92317bf87c
parent433b31fa00797a2a6205a023e9345f2c5e7896b6 (diff)
perf machine: Remove unused struct process_args
After commit a93f0e551af9 ("perf symbols: Get kernel start address by symbol name"), no one uses struct process_args any more, so remove it. Signed-off-by: Yuan Can <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/linux-perf-users/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/util/machine.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c
index 2a16cae28407..76316e459c3d 100644
--- a/tools/perf/util/machine.c
+++ b/tools/perf/util/machine.c
@@ -1128,10 +1128,6 @@ static struct dso *machine__get_kernel(struct machine *machine)
return kernel;
}
-struct process_args {
- u64 start;
-};
-
void machine__get_kallsyms_filename(struct machine *machine, char *buf,
size_t bufsz)
{