1. f50246e perf test: Move parse event automated tests to separated object by Jiri Olsa · 12 years ago
  2. 16ee657 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  3. d1cb9fc perf target: Add uses_mmap field by Namhyung Kim · 12 years ago
  4. b809ac1 perf evlist: Make create_maps() take struct perf_target by Namhyung Kim · 12 years ago
  5. bea0340 perf tools: Introduce struct perf_target by Namhyung Kim · 12 years ago
  6. 23080e4 perf test: Make the rdpmc test honour 'verbose' mode by Arnaldo Carvalho de Melo · 12 years ago
  7. e7c72d8 perf tools: Add 'G' and 'H' modifiers to event parsing by Gleb Natapov · 12 years ago
  8. 5d7be90 perf tools: Fix modifier to be applied on correct events by Jiri Olsa · 12 years ago
  9. 5f537a2 perf tools: Add support to specify pmu style event by Jiri Olsa · 12 years ago
  10. cd82a32 perf tools: Add perf pmu object to access pmu format definition by Jiri Olsa · 12 years ago
  11. 8f707d8 perf tools: Add config options support for event parsing by Jiri Olsa · 12 years ago
  12. 89812fc perf tools: Add parser generator for events parsing by Jiri Olsa · 12 years ago
  13. 808e122 perf tools: Invert the sample_id_all logic by Arnaldo Carvalho de Melo · 12 years ago
  14. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 12 years ago
  15. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 12 years ago
  16. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 12 years ago
  17. c30ab8a perf test: Change type of '-v' option to INCR by Namhyung Kim · 12 years ago
  18. 08aa0d1 perf tools: Add x86 RDPMC, RDTSC test by Peter Zijlstra · 13 years ago
  19. 65c1e04 perf test: Add more automated tests for event parsing by Jiri Olsa · 13 years ago
  20. f71c49e perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test by Arnaldo Carvalho de Melo · 13 years ago
  21. 3e7c439 perf test: Validate PERF_RECORD_ events and perf_sample fields by Arnaldo Carvalho de Melo · 13 years ago
  22. e60770a perf test: Allow running just a subset of the available tests by Arnaldo Carvalho de Melo · 13 years ago
  23. ebf294b perf tools: Simplify debugfs mountpoint handling code by Arnaldo Carvalho de Melo · 13 years ago
  24. 727ab04 perf evlist: Fix grouping of multiple events by Arnaldo Carvalho de Melo · 13 years ago
  25. 936be50 perf tool: Fix endianness handling of u32 data in samples by David Ahern · 13 years ago
  26. baf040a perf tools: Make test use the preset debugfs path by Jiri Olsa · 13 years ago
  27. 13b6256 perf tools: Add automated tests for events parsing by Jiri Olsa · 13 years ago
  28. c2a7065 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 13 years ago
  29. 3ac1bbc Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 13 years ago
  30. 5538bec perf tools: Propagate event parse error handling by Frederic Weisbecker · 13 years ago
  31. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 13 years ago
  32. aece948 perf evlist: Fix per thread mmap setup by Arnaldo Carvalho de Melo · 13 years ago
  33. 5d2cd90 perf evsel: Fix use of inherit by Arnaldo Carvalho de Melo · 13 years ago
  34. 7e2ed09 perf evlist: Store pointer to the cpu and thread maps by Arnaldo Carvalho de Melo · 13 years ago
  35. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  36. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  37. 54489c18 perf test: Fix return values checking by Han Pingtian · 13 years ago
  38. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 13 years ago
  39. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 13 years ago
  40. de5fa3a perf test: Add test for the evlist mmap routines by Arnaldo Carvalho de Melo · 13 years ago
  41. 98d77b7 perf test: check if cpu_map__new() return NULL by Han Pingtian · 13 years ago
  42. d2af968 perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpus by Arnaldo Carvalho de Melo · 13 years ago
  43. 9d04f17 perf evsel: Allow specifying if the inherit bit should be set by Arnaldo Carvalho de Melo · 13 years ago
  44. f08199d perf evsel: Support event groups by Arnaldo Carvalho de Melo · 13 years ago
  45. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 13 years ago
  46. 57b84e5 perf test: Fix build on older glibcs by Arnaldo Carvalho de Melo · 13 years ago
  47. ffb5e0f perf test: Use cpu_map->[cpu] when setting affinity by Han Pingtian · 13 years ago
  48. 0252208 perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) by Arnaldo Carvalho de Melo · 13 years ago
  49. 23a2f3a perf tools: Pass whole attr to event selectors by Lin Ming · 13 years ago
  50. 454a3bb perf test: Clarify some error reports in the open syscall test by Arnaldo Carvalho de Melo · 13 years ago
  51. d854861 perf test: Add test for counting open syscalls by Arnaldo Carvalho de Melo · 13 years ago
  52. d367875 perf test: Look forward for symbol aliases by Arnaldo Carvalho de Melo · 14 years ago
  53. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 14 years ago
  54. 1c6a800 perf test: Initial regression testing command by Arnaldo Carvalho de Melo · 14 years ago