1. e81fdcb Update ARM Ltd. copyright to 2017 by Brendan Jackman · 7 years ago
  2. 094e742 dynamic: use register_ftrace_parser() internally by Javi Merino · 8 years ago
  3. 4ec4aee trappy: update copyright to 2016 by Javi Merino · 8 years ago
  4. fecb267 dynamic: ensure dynamic methods refer to ftrace by Javi Merino · 8 years ago
  5. c26a323 ftrace: rename Run to FTrace by Javi Merino · 8 years ago
  6. cd3fc6b base: remove the unique_word parameter from the constructor of Base by Javi Merino · 9 years ago
  7. dc69968 doc: cpu_power: Sphinx friendly docstrings by Kapileshwar Singh · 9 years ago
  8. 295b833 Add pivot values for thermal and cpu_power events by Kapileshwar Singh · 9 years ago
  9. 435457c trappy: rename to trappy by Javi Merino · 9 years ago[Renamed (98%) from cr2/cpu_power.py]
  10. aace7c0 cr2: change copyright to Apache 2 by Javi Merino · 9 years ago
  11. 8fa0f5c cr2: remove shebang from module files by Javi Merino · 9 years ago
  12. 66c79c9 cpu_power: add spaces around assignment to keep pylint happy by Javi Merino · 9 years ago
  13. a2134a3 cr2: removed unused import by Javi Merino · 9 years ago
  14. 60a4950 cpu_power: remove unused variable by Javi Merino · 9 years ago
  15. 86abee1 cpu_power: learn to get normalized load data by Javi Merino · 9 years ago
  16. 221d44a cpu_power: add a function to calculate the number of cpus in a cpumask by Javi Merino · 9 years ago
  17. 7ad9ce0 cpu_power: Don't overwrite the dataframe when calculating load by Javi Merino · 9 years ago
  18. 91e92dc cr2: make all imports relative by Javi Merino · 9 years ago
  19. 2cfd1e8 cr2: rename power.py to cpu_power.py by Javi Merino · 9 years ago[Renamed (93%) from cr2/power.py]
  20. 323bb8d run: register all classes using Run.register_class() by Javi Merino · 9 years ago
  21. 3ce6580 power: fix docstring for get_all_freqs() by Javi Merino · 9 years ago
  22. 6f34d90 base: remove path parameter by Javi Merino · 9 years ago
  23. c47d2df Add copyright headers to all the files by Javi Merino · 9 years ago
  24. 6649249 tests: new trace data by Javi Merino · 9 years ago
  25. 7319a88 Plotter Code for CR2 (Pivoted and filtered Plots) by KP Singh · 9 years ago
  26. b42a50b cr2/thermal, base: factor out class Base by Dietmar Eggemann · 9 years ago
  27. aaa1046 run: move plot_load() to the Run class by Javi Merino · 10 years ago
  28. 5c02355 power: Fix the InPower unique_word by Javi Merino · 10 years ago
  29. 9aaf96e power: raise a more useful exception when the mapping_label is wrong by Javi Merino · 10 years ago
  30. fc82b01 power: (minor) remove XXX by Javi Merino · 10 years ago
  31. ef47b1e power: run post_plot_setup() always on PIDController().plot_controller() by Javi Merino · 10 years ago
  32. 86f3bb9 power: teach plot_load to respect an ax argument if it receives one by Javi Merino · 10 years ago
  33. eef5f20 run: move get_all_freqs_data() to the Run() class by Javi Merino · 10 years ago
  34. 92f4d01 thermal: nuke get_data_frame() by Javi Merino · 10 years ago
  35. 0759cc4 power: improve the unique match for InPower() by Javi Merino · 10 years ago
  36. e8576cb tests: new trace data by Javi Merino · 10 years ago
  37. 493f276 power: add get_all_freqs_data() by Javi Merino · 10 years ago
  38. 3a73655 plot_utils: move pre_plot_setup and post_plot_setup to plot_utils by Javi Merino · 10 years ago
  39. cda0f99 cr2: add new trace data by Javi Merino · 10 years ago
  40. c367957 power: drop plot_cluster_load() by Javi Merino · 10 years ago
  41. 73234c1 power: add get_all_freqs() for InPower and OutPower by Javi Merino · 10 years ago
  42. fff3367 power: factor out pivot_with_labels from plot_load() by Javi Merino · 10 years ago
  43. 2e847ea power: normalize the title in plot_load() by Javi Merino · 10 years ago
  44. abeda69 power: make plot_cluster_load() use {pre,post}_plot_setup() by Javi Merino · 10 years ago
  45. 051db6c cr2: move default_plot_settings to BaseThermal by Javi Merino · 10 years ago
  46. 9237a3c power: add a InPower.plot_load() method by Javi Merino · 10 years ago
  47. 19bbda6 cr2: rename InPower.plot_load() to InPower.plot_cluster_load() by Javi Merino · 10 years ago
  48. 1d70ee6 power: add a plot_load() to analyze input load by Javi Merino · 10 years ago
  49. 8a79fb3 power: add a get_cluster_data_frame() to get percluster dataframes by Javi Merino · 10 years ago
  50. 62c56dc power: add an InPower class to analyze the input power to the cpu cooling device by Javi Merino · 10 years ago
  51. 2e920b5 power: rename Power to OutPower by Javi Merino · 10 years ago
  52. 2eb7bd0 power: fix pylint complaints by Javi Merino · 10 years ago
  53. 6846155 thermal: learn to find trace.dat in places other than the current directory by Javi Merino · 10 years ago
  54. e4c1d45 power: introduce the thermal_power_limit trace parser by Javi Merino · 10 years ago