[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+icZUXfx+asP_-2Weuqoms4bFUXvZRfE5QvnCg-qQ-8pn7dfw@mail.gmail.com>
Date: Tue, 22 May 2018 16:55:01 +0200
From: Sedat Dilek <sedat.dilek@...il.com>
To: Nick Desaulniers <nick.desaulniers@...il.com>
Cc: Matthias Kaehlcke <mka@...omium.org>,
lkml <linux-kernel@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Manoj Gupta <manojgupta@...omium.org>,
AlistairStrachan <astrachan@...gle.com>,
"Steven Rostedt (VMware)" <rostedt@...dmis.org>
Subject: Re: Clang patch stacks for LTS kernels (v4.4 and v4.9) and status update
Just for the records...
[ OBJDUMP irq_work_tick() ]
$ objdump -d -S --start-address=0x$(grep irq_work_tick System.map |
sed -e "s/ \+.*//") vmlinux | less
[ OBJDUMP native_save_fl() ]
$ objdump -d -S --start-address=0x$(grep native_save_fl System.map |
sed -e "s/ \+.*//") vmlinux | less
- sedat -
View attachment "objdump_irq_work_tick.txt" of type "text/plain" (8437 bytes)
View attachment "objdump_native_save_fl.txt" of type "text/plain" (1609 bytes)
Powered by blists - more mailing lists