aboutsummaryrefslogtreecommitdiff
path: root/idlestat.c
AgeCommit message (Expand)Author
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
2014-12-05idlestat: Remove trace file format variable from options structureTuukka Tikkanen
2014-12-05Idlestat: Prevent printing control character in error messageTuukka Tikkanen
2014-11-28Add boxless report formatKoan-Sin Tan
2014-11-28Add CSV report formatsKoan-Sin Tan
2014-11-28add code to handle different output formatsKoan-Sin Tan
2014-11-26idlestat: Replace asserts with proper error handlingpi-cheng.chen
2014-11-17load_and_build_cstate_info: Plug a memory leak in error pathTuukka Tikkanen
2014-11-14idlestat: Add code to store and load c-state infoKoan-Sin Tan
2014-11-13idlestat: Emit initial and final P-state changes in the trace filepi-cheng.chen
2014-11-13idlestat: Allocate struct cpufreq_pstate dynamicallypi-cheng.chen
2014-10-30idlestat: Do not return negative value from mainTuukka Tikkanen
2014-10-30Energy_model: Do not fail when no energy model is usedTuukka Tikkanen
2014-10-24idlestat: port Patrick's energy model improvementsLarry Bassel
2014-10-24idlestat: make energy model template fileLarry Bassel
2014-10-24idlestat: calculate energy consumption using energy modelLarry Bassel
2014-10-24idlestat: parse energy model fileLarry Bassel
2014-10-15Clear few memory leaksSanjay Singh Rawat
2014-10-08idlestat: many IRQs may share the same numberNicolas Pitre
2014-10-08idlestat: simplify IRQ type handlingNicolas Pitre
2014-10-08idlestat: enhance wake-up source display with early/late trigger countsNicolas Pitre
2014-10-08idlestat: keep track of both early and late interrupt triggersNicolas Pitre
2014-10-08idlestat: clarify meaning of some structure membersNicolas Pitre
2014-10-08idlestat: left-justify IRQ name outputNicolas Pitre
2014-10-08idlestat: cpuidle_cstates.last_state is actually cpuidle_cstates.current_stateNicolas Pitre
2014-10-08idlestat.c: remove needless indirections in store_irq()Nicolas Pitre
2014-10-08deconstruct store_data()Nicolas Pitre
2014-10-08Fix segfault when no C-state names are availableNicolas Pitre
2014-09-04Fix segfault when no output name is specifiedDaniel Lezcano
2014-08-29idlestat: Add -o option to save output report to a filepi-cheng.chen
2014-08-29Add filename-checking to ignore bad charactersAmit Kucheria
2014-08-08Fix IPI trace format to parse tracesDaniel Lezcano
2014-08-08Update README to reflect new usage modesAmit Kucheria
2014-08-07Change cluster, core and cpu indentationDaniel Lezcano
2014-08-05Check the terminal window size is greater or equal to 80 columnsDaniel Lezcano
2014-08-05Report even if the application returned an error codeDaniel Lezcano
2014-08-05Split the display to show the wakeup separetelyDaniel Lezcano
2014-08-05Add option to choose the data to be displayedDaniel Lezcano