aboutsummaryrefslogtreecommitdiff
path: root/clocks.c
AgeCommit message (Expand)Author
2017-09-19Initialize tree pointers in the dump only optionThara Gopinath
2016-02-22Fix display error on screenDaniel Lezcano
2016-02-18Pass options to init functions.Daniel Lezcano
2016-02-18Consolidate the headers into a single one.Daniel Lezcano
2016-02-18Fix license. Linaro switched years ago to GPL.Daniel Lezcano
2013-08-21The clock rates that are reported are incorrectShaojie Sun
2013-08-21modify clock rate from int to unsigned int.Shaojie Sun
2013-02-18clock: support common clock frameworkSanjay Singh Rawat
2011-09-20clock.c: use standard kernel/debug locationNishanth Menon
2011-08-25follow symlinks when browsing the directory treeDaniel Lezcano
2011-06-27fix segfault when no clock is availableDaniel Lezcano
2011-06-21Optimize the codeDaniel Lezcano
2011-06-21add a select callback on a clock from the search resultDaniel Lezcano
2011-06-21find a clock with a clock nameDaniel Lezcano
2011-06-21Optimize the displayDaniel Lezcano
2011-06-21Cleanup the headersDaniel Lezcano
2011-06-21Factor out display codeDaniel Lezcano
2011-06-15cleanup the headersDaniel Lezcano
2011-06-15Encapsulate the display (6)Daniel Lezcano
2011-06-15make the functions name consistentDaniel Lezcano
2011-06-15make all pm block own their display dataDaniel Lezcano
2011-06-15Add some helper functions in a specific utils fileDaniel Lezcano
2011-06-08remove unused 'hrow' and 'selected' parametersDaniel Lezcano
2011-06-08rewrite the powerdebug clock codeDaniel Lezcano
2011-06-08remove unused 'verbose' optionDaniel Lezcano
2011-06-08remove unused code and parameter for clock dump functionDaniel Lezcano
2011-06-08remove unused parameter 'options->dump'Daniel Lezcano
2011-06-08remove unused parameterDaniel Lezcano
2011-06-08use 'find' tree functionDaniel Lezcano
2011-06-08Remove old clock tree dump codeDaniel Lezcano
2011-06-08use the tree code to dump the clocksDaniel Lezcano
2011-06-08function helper to read the filesDaniel Lezcano
2011-06-08tree structure abstraction for directory hierarchiesDaniel Lezcano
2011-06-08fix segfault when the default window is not the clockDaniel Lezcano
2011-06-08provide a clock allocatorDaniel Lezcano
2011-06-08reorganize code to prevent forward declarationDaniel Lezcano
2011-06-08move clock_info structure definitionDaniel Lezcano
2011-05-24nit : fix output hexadecimal formatDaniel Lezcano
2011-04-04Remove pointless function definitionsDaniel Lezcano
2011-04-04simplify clock_init functionDaniel Lezcano
2011-04-04Return an error instead of exiting deeper in the codeDaniel Lezcano
2011-04-04Remove unused clk_name variableDaniel Lezcano
2011-04-04improve function to read the fileDaniel Lezcano
2011-04-04change debugfs finder functionDaniel Lezcano
2011-04-04Further reduce dump variable usageDaniel Lezcano
2011-03-24make 'selectedwindow' variable staticDaniel Lezcano
2011-03-24make 'dump' variable staticDaniel Lezcano
2011-01-17copyright: remove IBM copyrightAmit Kucheria
2011-01-12Mass whitespace fixupsAmit Kucheria
2010-12-02By default show all data in dump modeAmit Arora