1. 16 4月, 2014 2 次提交
  2. 19 3月, 2014 2 次提交
  3. 18 2月, 2014 2 次提交
  4. 16 1月, 2014 1 次提交
  5. 28 12月, 2013 1 次提交
  6. 19 12月, 2013 2 次提交
  7. 05 11月, 2013 1 次提交
  8. 04 11月, 2013 1 次提交
  9. 24 10月, 2013 1 次提交
  10. 23 10月, 2013 1 次提交
  11. 10 10月, 2013 2 次提交
  12. 04 10月, 2013 2 次提交
  13. 19 9月, 2013 1 次提交
  14. 22 7月, 2013 1 次提交
  15. 13 7月, 2013 1 次提交
  16. 28 5月, 2013 5 次提交
  17. 01 4月, 2013 3 次提交
  18. 01 2月, 2013 1 次提交
  19. 25 1月, 2013 6 次提交
  20. 09 12月, 2012 2 次提交
  21. 15 11月, 2012 1 次提交
  22. 09 11月, 2012 1 次提交
    • A
      perf hists: Introduce hists__link · 494d70a1
      Arnaldo Carvalho de Melo 提交于
      That given two hists will find the hist_entries (buckets) in the second
      hists that are for the same bucket in the first and link them, then it
      will look for all buckets in the second that don't have a counterpart in
      the first and will create a dummy counterpart that will then be linked
      to the entry in the second.
      
      For multiple events this will be done pairing the leader with all the
      other events in the group, so that in the end the leader will have all
      the buckets in all the hists in a group, dummy or not while the other
      hists will be left untouched.
      
      Cc: David Ahern <dsahern@gmail.com>
      Cc: Frederic Weisbecker <fweisbec@gmail.com>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Cc: Mike Galbraith <efault@gmx.de>
      Cc: Namhyung Kim <namhyung@gmail.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Stephane Eranian <eranian@google.com>
      Link: http://lkml.kernel.org/n/tip-l9l9ieozqdhn9lieokd95okw@git.kernel.orgSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      494d70a1