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