aboutsummaryrefslogtreecommitdiff
path: root/topology.c
AgeCommit message (Expand)Author
2016-09-08topology: remove check for same cpuid cannot exist in 2 different coresColin Ian King
2016-09-08Replace deprecated readdir_r with readdirColin Ian King
2015-03-10Handle offline cpus gracefullyTuukka Tikkanen
2015-03-10Topology: Remove unused structure memberTuukka Tikkanen
2015-03-10Topology: Make read_cpu_topo_info more robustTuukka Tikkanen
2015-03-10Topology: Match cpu names only if they begin with "cpu"Tuukka Tikkanen
2015-01-22re-enable compile and run on Android platformKoan-Sin Tan
2015-01-22Fix P-state calculationsTuukka Tikkanen
2015-01-21Idlestat: P-state calculations for cores and clustersTuukka Tikkanen
2015-01-13Topology: Fix loop boundTuukka Tikkanen
2015-01-05Idlestat: Calculate core/cluster data properlyTuukka Tikkanen
2015-01-05Topology: Add functions for setting up loadtime cluster/core dataTuukka Tikkanen
2015-01-05Topology: Add helper functions for cpu interactions in cluster/coreTuukka Tikkanen
2015-01-02Topology: Simplify ordered insertionTuukka Tikkanen
2014-12-29Topology: add support for dumping baseline data for CPUsTuukka Tikkanen
2014-12-17topology: Add baseline trace support to establish_idledata_to_topoTuukka Tikkanen
2014-12-12topology: Dynamic allocation for topologiesTuukka Tikkanen
2014-12-05Idlestat: Plug memory leaks from inter() and topologyTuukka Tikkanen
2014-12-05idlestat: Return error from inter() and intersection() on alloc failTuukka Tikkanen
2014-11-28add code to handle different output formatsKoan-Sin Tan
2014-11-26idlestat: Replace asserts with proper error handlingpi-cheng.chen
2014-08-08Don't stop parsing the topology if the directory is missingDaniel Lezcano
2014-08-05Split the display to show the wakeup separetelyDaniel Lezcano
2014-08-05Improve the outputDaniel Lezcano
2014-08-05Remove dump and iterations optionsDaniel Lezcano
2014-06-20Fix resource leak of directory stream on error return pathColin Ian King
2014-06-19Fix resource leak on dir_topology, dir not being closedColin Ian King
2014-06-19Fix format specifier when reading cpu_info.core_idColin Ian King
2014-04-02Launchpad bug 1300335: removed -c <state> option.Zoran Markovic
2014-03-23Fixed build warning on x86_64. Checkpatch cleanup.Zoran Markovic
2014-03-21Fixed copyright and contributors in headers.Zoran Markovic
2014-03-14Formatted output report to 80 columns. Code reorganization.Zoran Markovic
2014-02-18check s_cpu rather than s_core on memory allocationColin Ian King
2014-01-21Fixed Launchpad bug #1269454Zoran Markovic
2013-09-10Add cpu topology infoShaojie Sun