summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2012-02-14perf tools: Add sysfs mountpoint interfaceJiri Olsa2-0/+66
2012-02-14perf tools: Remove unused functions from debugfs objectJiri Olsa2-147/+0
2012-02-14perf tools: Get rid of ctype.h in symbol.cNamhyung Kim1-1/+1
2012-02-14perf tools: ctype.c only wants util.hNamhyung Kim1-1/+1
2012-02-14perf tools: Implement islower/isupper macro into util.hNamhyung Kim1-0/+4
2012-02-14perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-02-14perf top: Don't process samples with no valid machine objectJoerg Roedel2-0/+11
2012-02-14perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern10-18/+152
2012-02-14perf 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-07Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2-1/+2
2012-02-07perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-02-07perf 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-31perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-31perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney6-9/+1
2012-01-31perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim6-6/+1
2012-01-31perf script: Add option resolving vmlinux pathAkihiro Nagai2-3/+7
2012-01-31perf 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-25perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-25perf probe: Usability fixesSrikar Dronamraju1-3/+3
2012-01-25perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney6-9/+1
2012-01-25perf bench: Also allow measuring memset()Jan Beulich1-1/+3
2012-01-25perf tools: Introduce per user viewArnaldo Carvalho de Melo11-12/+157
2012-01-25perf 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
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim1-16/+18
2012-01-06perf tools: Add support for guest/host-only profilingJoerg Roedel1-2/+12
2012-01-06perf kvm: Do guest-only counting by defaultJoerg Roedel4-1/+24
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2-48/+48
2012-01-06perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo1-8/+8
2012-01-03perf session: Remove impossible condition checkNamhyung Kim1-2/+1
2011-12-30perf tools: Fix feature-bits rework fallout, remove unused variableIngo Molnar1-3/+0
2011-12-23perf script: Add generic perl handler to process eventsRobert Richter1-6/+67
2011-12-23perf tools: Use for_each_set_bit() to iterate over feature flagsRobert Richter3-93/+149
2011-12-23perf tools: Unify handling of features when writing feature sectionRobert Richter1-9/+5
2011-12-23perf report: Accept fifos as input fileRobert Richter1-2/+13
2011-12-23perf tools: Moving code in some filesRobert Richter1-249/+246
2011-12-23perf tools: Fix out-of-bound access to struct perf_sessionRobert Richter2-2/+2
2011-12-23perf tools: Continue processing header on unknown featuresRobert Richter1-1/+1
2011-12-23perf tools: Improve macros for struct feature_opsRobert Richter1-18/+22
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage2-0/+13
2011-12-23perf tools: Fix truncated annotationIngo Molnar1-1/+1
2011-12-23perf tools: Look up thread names for system wide profilingDavid Ahern1-22/+53
2011-12-23perf tools: Fix comm for processes with named threadsDavid Ahern1-5/+32
2011-12-21perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLESStephane Eranian1-0/+2