1. 7293237 libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix by Jiri Olsa · 5 years ago
  2. a2f354e libperf: Add perf_thread_map__nr/perf_thread_map__pid functions by Jiri Olsa · 5 years ago
  3. 7836e52 libperf: Add perf_thread_map__get()/perf_thread_map__put() by Jiri Olsa · 5 years ago
  4. 4b49cce libperf: Add perf_thread_map__new_dummy() function by Jiri Olsa · 5 years ago
  5. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  6. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
  7. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  8. 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
  9. ab6c79b perf stat: Ignore error thread when enabling system-wide --per-thread by Jin Yao · 7 years ago
  10. 147c508 perf tools: Use target->per_thread and target->system_wide flags by Jin Yao · 7 years ago
  11. 73c0ca1e perf thread_map: Enumerate all threads from /proc by Jin Yao · 7 years ago
  12. 8d3cd4c perf thread_map: Add method to map all threads in the system by Arnaldo Carvalho de Melo · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  15. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  16. 364fed3 perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  17. bdf23a9 perf thread_map: Correctly size buffer used with dirent->dt_name by Arnaldo Carvalho de Melo · 8 years ago
  18. 38af91f perf thread_map: Add thread_map__remove function by Jiri Olsa · 8 years ago
  19. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  20. 097be0f perf thread_map: Make new_by_tid_str constructor public by Jiri Olsa · 9 years ago
  21. 3407df8 perf thread_map: Add has() method by Jiri Olsa · 9 years ago
  22. 3354cf7 perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 9 years ago
  23. 5966094 perf thread_map: Add thread_map__new_event function by Jiri Olsa · 9 years ago
  24. 7ecb48f perf thread_map: Free strlist on constructor error path by Namhyung Kim · 9 years ago
  25. a11c51a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  26. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 9 years ago
  27. 08ae217 perf thread_map: Fix the sizeof() calculation for map entries by Arnaldo Carvalho de Melo · 10 years ago
  28. 792402f perf thrad_map: Add comm string into array by Jiri Olsa · 10 years ago
  29. 62eea46 perf thread_map: Introduce thread_map__reset function by Jiri Olsa · 10 years ago
  30. 186fbb7 perf tools: Add reference counting for thread_map object by Jiri Olsa · 10 years ago
  31. 060664f perf tools: Future-proof thread_map allocation size calculation by Arnaldo Carvalho de Melo · 10 years ago
  32. e13798c perf thread_map: Don't access the array entries directly by Jiri Olsa · 10 years ago
  33. 9d7e8c3 perf tools: Add thread_map__(alloc|realloc) helpers by Jiri Olsa · 10 years ago
  34. 641556c perf thread_map: Create dummy constructor out of open coded equivalent by Arnaldo Carvalho de Melo · 10 years ago
  35. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  36. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  37. e8cdd94 perf tools: fix thread_map__new_by_pid_str() memory leak in error path by Franck Bui-Huu · 13 years ago
  38. 6b1bee9 perf tools: fix broken perf record -a mode by Stephane Eranian · 13 years ago
  39. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 13 years ago
  40. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  41. 9ae7d33 perf tools: Add fprintf methods for thread_map and cpu_map classes by Arnaldo Carvalho de Melo · 13 years ago
  42. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 14 years ago