symbol.c (98817a84ff1c755c347ac633ff017a623a631fad) | symbol.c (19bf119ccfa071b73a54465e8082ab2c8f8c30eb) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2#include <dirent.h> 3#include <errno.h> 4#include <stdlib.h> 5#include <stdio.h> 6#include <string.h> 7#include <linux/capability.h> 8#include <linux/kernel.h> --- 652 unchanged lines hidden (view full) --- 661 "native_safe_halt", 662 "enter_idle", 663 "exit_idle", 664 "mwait_idle", 665 "mwait_idle_with_hints", 666 "poll_idle", 667 "ppc64_runlatch_off", 668 "pseries_dedicated_idle_sleep", | 1// SPDX-License-Identifier: GPL-2.0 2#include <dirent.h> 3#include <errno.h> 4#include <stdlib.h> 5#include <stdio.h> 6#include <string.h> 7#include <linux/capability.h> 8#include <linux/kernel.h> --- 652 unchanged lines hidden (view full) --- 661 "native_safe_halt", 662 "enter_idle", 663 "exit_idle", 664 "mwait_idle", 665 "mwait_idle_with_hints", 666 "poll_idle", 667 "ppc64_runlatch_off", 668 "pseries_dedicated_idle_sleep", |
669 "psw_idle", 670 "psw_idle_exit", |
|
669 NULL 670 }; 671 int i; 672 static struct strlist *idle_symbols_list; 673 674 if (idle_symbols_list) 675 return strlist__has_entry(idle_symbols_list, name); 676 --- 1743 unchanged lines hidden --- | 671 NULL 672 }; 673 int i; 674 static struct strlist *idle_symbols_list; 675 676 if (idle_symbols_list) 677 return strlist__has_entry(idle_symbols_list, name); 678 --- 1743 unchanged lines hidden --- |