aboutsummaryrefslogtreecommitdiff
path: root/clocks.c
AgeCommit message (Expand)Author
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
2010-12-02Re-read clock tree on "refresh"Amit Arora
2010-12-01Show parents for a given clock in ncurses mode tooAmit Arora
2010-11-30Show parents, when given a clock name in dump modeAmit Arora
2010-11-30Fix scrolling for first clock beyond screenAmit Arora
2010-11-16Bug: fix sigsegv for -cd optionsAmit Arora
2010-11-16comment out debug/test codeAmit Arora
2010-11-16If unable to read clock tree, inform userAmit Arora
2010-11-16Scroll when user selects clock beyond maxyAmit Arora
2010-11-09expand/collapse clocksAmit Arora
2010-11-09Use in-memory ds to display clocks in ncurses modeAmit Arora
2010-10-28some cleanupsAmit Arora
2010-10-28Fix coding styleAmit Arora
2010-10-27Discover debugfs mntpoint and split header filesAmit Arora
2010-10-25Read/Dump clock tree in/from memoryAmit Arora
2010-10-05Display all clocks in non-verbose mode tooAmit Arora
2010-10-04Display clocks with more than zero usecount, in non-verbose modeAmit Arora
2010-10-01Add dump option support for displaying clock tree (from debugfs)Amit Arora
2010-09-14add multi-level support to clock infoAmit Arora
2010-09-14Version 0.2 (add clock info)Amit Arora