cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

libthermal.map (517B)


      1LIBTHERMAL_0.0.1 {
      2	global:
      3		thermal_init;
      4		for_each_thermal_zone;
      5		for_each_thermal_trip;
      6		for_each_thermal_cdev;
      7		thermal_zone_find_by_name;
      8		thermal_zone_find_by_id;
      9		thermal_zone_discover;
     10		thermal_init;
     11		thermal_events_init;
     12		thermal_events_handle;
     13		thermal_events_fd;
     14		thermal_cmd_init;
     15		thermal_cmd_get_tz;
     16		thermal_cmd_get_cdev;
     17		thermal_cmd_get_trip;
     18		thermal_cmd_get_governor;
     19		thermal_cmd_get_temp;
     20		thermal_sampling_init;
     21		thermal_sampling_handle;
     22		thermal_sampling_fd;
     23local:
     24		*;
     25};