aboutsummaryrefslogtreecommitdiff
path: root/idlestat.c
AgeCommit message (Expand)Author
2016-09-29Fix the version number.idlestat-0.7Daniel Lezcano
2016-09-08Fix TRACE_IPIIRQ_FORMAT string format width overflow scan issueColin Ian King
2016-09-08fix memory leak in cpuidle_get_target_residency, free fpathAColin Ian King
2015-11-04initialise ret to 0, fixes an error found by static analysisidlestat-0.6Colin Ian King
2015-03-12Fix merge_pstatesTuukka Tikkanen
2015-03-10Handle offline cpus gracefullyTuukka Tikkanen
2015-01-22re-enable compile and run on Android platformKoan-Sin Tan
2015-01-22Add -Wunused-parameter to CFLAGSTuukka Tikkanen
2015-01-22Simplify event counting while loading a traceTuukka Tikkanen
2015-01-22Remove unused parameter cpu from write_cstate_infoTuukka Tikkanen
2015-01-22Energy model: Remove unused parameter optionsTuukka Tikkanen
2015-01-22Fix P-state calculationsTuukka Tikkanen
2015-01-21Energy_model: Don't add phony frequency to templateTuukka Tikkanen
2015-01-21Idlestat: P-state calculations for cores and clustersTuukka Tikkanen
2015-01-21Idlestat: Add command line options for managing trace bufferTuukka Tikkanen
2015-01-15Idlestat: Fix core/cluster cstatesTuukka Tikkanen
2015-01-13idlestat: Check return value in cpuidle_get_target_residencyTuukka Tikkanen
2015-01-13Idlestat: Suppress static analysis false positivesTuukka Tikkanen
2015-01-07Document use of comparison mode until we get a real man pageAmit Kucheria
2015-01-07Keep program options sorted alphabetically making them easy to findAmit Kucheria
2015-01-07Add option -b as a short option for --baseline-traceAmit Kucheria
2015-01-05Idlestat: Update copyright boilerplates and bump version to 0.5Tuukka Tikkanen
2015-01-05idlestat: Remove unused functionsTuukka Tikkanen
2015-01-05Idlestat: Calculate core/cluster data properlyTuukka Tikkanen
2015-01-05Idlestat: Remove unused parameter count from store_data()Tuukka Tikkanen
2015-01-02Idlestat: Remove unused function cluster_data()Tuukka Tikkanen
2015-01-02Idlestat: Save and restore kernel ftrace optionsKoan-Sin Tan
2014-12-29Idlestat: Merge pstates between main trace and baseline traceTuukka Tikkanen
2014-12-29Reports: Add support for allocating and releasing report_dataTuukka Tikkanen
2014-12-29Reports: Add support for baseline c- and p-states in display_*statesTuukka Tikkanen
2014-12-29Reports: rename misnamed opsTuukka Tikkanen
2014-12-29Topology: add support for dumping baseline data for CPUsTuukka Tikkanen
2014-12-29Idlestat: Prevent alloc_pstate from creating duplicate entriesTuukka Tikkanen
2014-12-12idlestat: Add support for baseline datasTuukka Tikkanen
2014-12-12report_ops: Change way of referring to different report formatsTuukka Tikkanen
2014-12-12report_ops: Add mechanism for report_ops to check program optionsTuukka Tikkanen
2014-12-12idlestat: Rename print_vrb and make it a real functionTuukka Tikkanen
2014-12-12idlestat: Separate loading of different trace file formatsTuukka Tikkanen
2014-12-12topology: Dynamic allocation for topologiesTuukka Tikkanen
2014-12-11idlestat: Do not return negative value from mainTuukka 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-12-05idlestat: Make allocations consistent and saferTuukka Tikkanen
2014-12-05idlestat: Correct allocation size in inter()Tuukka Tikkanen
2014-12-05idlestat: Make ptrerror return a non-NULL pointerTuukka Tikkanen
2014-12-05idlestat: Add parameter assertions to intersection()Tuukka Tikkanen
2014-12-05idlestat: Fix recording of initial and final P-statesTuukka Tikkanen
2014-12-05idlestat: Display error messages closer to point of failureTuukka Tikkanen
2014-12-05idlestat: Suppress invalid warnings for generated P-state changesTuukka Tikkanen
2014-12-05idlestat: Only pass the filename into idlestat_load()Tuukka Tikkanen