]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/recordmcount.pl
HID: hid-multitouch: add support for Elo TouchSystems 2515 IntelliTouch Plus
[karo-tx-linux.git] / scripts / recordmcount.pl
index 1d7963f4ee79b853055337f3eed7ca80731dc667..4be0deea71ca6f947b6c1d47c28c431cae88c3c7 100755 (executable)
@@ -130,6 +130,7 @@ if ($inputfile =~ m,kernel/trace/ftrace\.o$,) {
 # Acceptable sections to record.
 my %text_sections = (
      ".text" => 1,
+     ".ref.text" => 1,
      ".sched.text" => 1,
      ".spinlock.text" => 1,
      ".irqentry.text" => 1,