aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05perf annotate: Restore title when came back to original symbolNamhyung Kim1-0/+1
2012-03-05perf annotate: Handle lower case key code in annotate_browser__run()Namhyung Kim1-0/+2
2012-03-05perf annotate: Print asm code as blue when source code is displayedNamhyung Kim1-3/+6
2012-03-05perf evlist: Restore original errno after open failedNamhyung Kim1-0/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar4-1/+22
2012-03-03perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo1-0/+1
2012-03-03perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-02-29perf probe: Ensure offset provided is not greater than function length without DWARF info tooPrashanth Nageshappa1-0/+6
2012-02-29perf tools: Ensure comm string is properly terminatedDavid Ahern1-0/+1
2012-02-29perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa1-1/+11
2012-02-29perf evlist: Return first evsel for non-sample event on old kernelNamhyung Kim1-0/+4
2012-02-21perf tools: fix broken perf record -a modeStephane Eranian1-1/+1
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka1-1/+0
2012-02-17perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi1-0/+12
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2-3/+3
2012-02-14perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo1-0/+1
2012-02-13perf tools: cleanup initialization of attr->sizeStephane Eranian1-0/+2
2012-02-13perf tools: Factor out feature op to process header sectionsRobert Richter1-15/+29
2012-02-13perf tools: Moving code in header.cRobert Richter1-150/+150
2012-02-13perf tools: Add bitmap_or function into bitmap objectJiri Olsa2-0/+21
2012-02-13perf tools: Add sysfs mountpoint interfaceJiri Olsa2-0/+66
2012-02-13perf tools: Remove unused functions from debugfs objectJiri Olsa2-147/+0
2012-02-13perf tools: Get rid of ctype.h in symbol.cNamhyung Kim1-1/+1
2012-02-13perf tools: ctype.c only wants util.hNamhyung Kim1-1/+1
2012-02-13perf tools: Implement islower/isupper macro into util.hNamhyung Kim1-0/+4
2012-02-13perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-02-13perf top: Don't process samples with no valid machine objectJoerg Roedel2-0/+11
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern10-18/+152
2012-02-13perf tools: Fix build dependency of perf python extensionNamhyung Kim2-4/+21
2012-02-09perf tools: fix endianness detection in perf.dataStephane Eranian1-13/+64
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2-1/+2
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-02-06perf tools: Fix prefix matching for kernel mapsJiri Olsa1-1/+1
2012-02-02perf record: Make feature initialization genericRobert Richter1-0/+1
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju1-13/+13
2012-02-01perf evlist: Make splice_list_tail method publicJiri Olsa2-3/+8
2012-01-30perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney6-9/+1
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim6-6/+1
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai2-3/+7
2012-01-30perf script: Add the offset field specifierAkihiro Nagai4-10/+26
2012-01-30perf script: Unify the expressions indicating "unknown"Akihiro Nagai5-25/+36
2012-01-30perf evsel: Fix spelling typoMasanari Iida1-1/+1
2012-01-24perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-24perf probe: Usability fixesSrikar Dronamraju1-3/+3
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney6-9/+1
2012-01-24perf bench: Also allow measuring memset()Jan Beulich1-1/+3
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo11-12/+157
2012-01-24perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo4-0/+30
2012-01-08perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim1-1/+0