summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2012-03-14perf tools, x86: Build perf on older user-space as wellIngo Molnar-0/+10
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo-33/+35
2012-03-14perf tools: Incorrect use of snprintf results in SEGVAnton Blanchard-0/+3
2012-03-13perf record: Fix buffer overrun bug in tracepoint_id_to_path()Stephane Eranian-1/+1
2012-03-03perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo-15/+39
2012-03-03perf tools: Change perf_guest default back to falseJoerg Roedel-1/+1
2012-03-03perf record: No build id option failsDavid Ahern-2/+2
2012-02-29perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa-0/+6
2012-02-29perf tools: Ensure comm string is properly terminatedDavid Ahern-0/+1
2012-02-29perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa-1/+11
2012-02-29perf evlist: Return first evsel for non-sample event on old kernelNamhyung Kim-0/+4
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao-0/+1
2012-02-06perf tools: Fix prefix matching for kernel mapsJiri Olsa-1/+1
2012-02-06perf tools: Fix perf stack to non executable on x86_64Jiri Olsa-0/+6
2012-01-30perf top: Fix number of samples displayedStephane Eranian-3/+10
2012-01-30perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian-1/+1
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney-16/+3
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-84/+124
2012-01-10mm-tracepoint: fix documentation and examplesKonstantin Khlebnikov-17/+17
2012-01-08perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim-1/+0
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim-16/+18
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim-5/+0
2012-01-08perf annotate: Fix usage stringNamhyung Kim-1/+1
2012-01-08perf kmem: Fix a memory leakNamhyung Kim-0/+1
2012-01-08perf kmem: Add missing closedir() callsNamhyung Kim-0/+2
2012-01-08perf top: Add error message for EMFILENamhyung Kim-0/+4
2012-01-08perf test: Change type of '-v' option to INCRNamhyung Kim-1/+1
2012-01-08perf script: Add missing closedir() callsNamhyung Kim-0/+4
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+3
2012-01-06perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work againSebastian Andrzej Siewior-0/+1
2012-01-06perf tools: Add support for guest/host-only profilingJoerg Roedel-2/+14
2012-01-06perf kvm: Do guest-only counting by defaultJoerg Roedel-5/+26
2012-01-06perf top: Don't update total_period on process_sampleArnaldo Carvalho de Melo-1/+0
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo-48/+48
2012-01-06perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo-8/+8
2012-01-03perf kvm: Fix copy & paste error in descriptionJoerg Roedel-1/+1
2012-01-03perf script: Kill script_spec__deleteNamhyung Kim-12/+1
2012-01-03perf top: Fix a memory leakNamhyung Kim-1/+0
2012-01-03perf stat: Introduce get_ratio_color() helperNamhyung Kim-56/+35
2012-01-03perf session: Remove impossible condition checkNamhyung Kim-2/+1
2011-12-29perf tools: Fix feature-bits rework fallout, remove unused variableIngo Molnar-3/+0
2011-12-23perf script: Add generic perl handler to process eventsRobert Richter-6/+67
2011-12-23perf tools: Use for_each_set_bit() to iterate over feature flagsRobert Richter-93/+149
2011-12-23perf tools: Unify handling of features when writing feature sectionRobert Richter-9/+12
2011-12-23perf report: Accept fifos as input fileRobert Richter-33/+51
2011-12-23perf tools: Moving code in some filesRobert Richter-267/+264
2011-12-23perf tools: Fix out-of-bound access to struct perf_sessionRobert Richter-2/+2
2011-12-23perf tools: Continue processing header on unknown featuresRobert Richter-1/+1
2011-12-23perf tools: Improve macros for struct feature_opsRobert Richter-18/+22
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage-1/+17