summaryrefslogtreecommitdiff
path: root/tools/perf/util/thread_map.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-26perf thrad_map: Add comm string into arrayJiri Olsa1-0/+59
2015-06-26perf thread_map: Introduce thread_map__reset functionJiri Olsa1-1/+16
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa1-2/+28
2015-06-25perf tools: Future-proof thread_map allocation size calculationArnaldo Carvalho de Melo1-1/+1
2015-06-24perf thread_map: Don't access the array entries directlyJiri Olsa1-11/+13
2015-06-16perf tools: Add thread_map__(alloc|realloc) helpersJiri Olsa1-8/+16
2014-10-15perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo1-8/+13
2013-12-28perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-5/+5
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-6/+4
2012-05-25perf tools: fix thread_map__new_by_pid_str() memory leak in error pathFranck Bui-Huu1-11/+10
2012-02-21perf tools: fix broken perf record -a modeStephane Eranian1-1/+1
2012-02-14perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern1-0/+128
2012-01-25perf tools: Introduce per user viewArnaldo Carvalho de Melo1-2/+96
2012-01-25perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo1-0/+11
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-0/+64