summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | perf tools: Add descriptions of missing Makefile argumentsNamhyung Kim2012-03-051-0/+14
| * | | | | | | perf evlist: Restore original errno after open failedNamhyung Kim2012-03-051-0/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-054-1/+22
| |\ \ \ \ \ \
| * | | | | | | perf tools: fix broken perf record -a modeStephane Eranian2012-02-211-1/+1
| * | | | | | | perf tools: Remove duplicated string.h includesDanny Kukawka2012-02-171-1/+0Star
| * | | | | | | perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi2012-02-171-0/+12
| * | | | | | | perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-146-13/+10Star
| * | | | | | | perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-02-144-15/+39
| * | | | | | | perf tools: cleanup initialization of attr->sizeStephane Eranian2012-02-142-1/+2
| * | | | | | | perf tools: Factor out feature op to process header sectionsRobert Richter2012-02-141-15/+29
| * | | | | | | perf tools: Moving code in header.cRobert Richter2012-02-141-150/+150
| * | | | | | | perf tools: Add bitmap_or function into bitmap objectJiri Olsa2012-02-142-0/+21
| * | | | | | | perf tools: Add sysfs mountpoint interfaceJiri Olsa2012-02-143-0/+68
| * | | | | | | perf tools: Remove unused functions from debugfs objectJiri Olsa2012-02-142-147/+0Star
| * | | | | | | perf tools: Get rid of ctype.h in symbol.cNamhyung Kim2012-02-141-1/+1
| * | | | | | | perf tools: ctype.c only wants util.hNamhyung Kim2012-02-141-1/+1
| * | | | | | | perf tools: Implement islower/isupper macro into util.hNamhyung Kim2012-02-141-0/+4
| * | | | | | | perf tools: Change perf_guest default back to falseJoerg Roedel2012-02-141-1/+1
| * | | | | | | perf top: Don't process samples with no valid machine objectJoerg Roedel2012-02-143-0/+17
| * | | | | | | perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-1418-56/+185
| * | | | | | | perf tools: Fix out of tree compilesDavid Ahern2012-02-141-0/+1
| * | | | | | | perf tools: Fix build dependency of perf python extensionNamhyung Kim2012-02-133-5/+25
| * | | | | | | perf record: No build id option failsDavid Ahern2012-02-091-2/+2
| * | | | | | | perf tools: fix endianness detection in perf.dataStephane Eranian2012-02-091-13/+64
| * | | | | | | perf stat: Align scaled output of cpu-clockNamhyung Kim2012-02-061-0/+2
| * | | | | | | perf stat: Adjust print unitNamhyung Kim2012-02-061-1/+7
| * | | | | | | perf doc: Allow producing documentation in a specified output directoryFranck Bui-Huu2012-02-061-34/+52
| * | | | | | | perf tool: Fix perf stack to non executable on x86_64Jiri Olsa2012-02-061-0/+7
| * | | | | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-063-1/+8
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | perf record: Make feature initialization genericRobert Richter2012-02-022-19/+10Star
| * | | | | | | perf probe: Rename target_module to targetSrikar Dronamraju2012-02-022-19/+19
| * | | | | | | perf tools: Remove distclean from Makefile help outputJohn Kacur2012-02-021-1/+0Star
| * | | | | | | perf evlist: Make splice_list_tail method publicJiri Olsa2012-02-012-3/+8
| * | | | | | | perf python: Use attr.watermark in twatch.pyArnaldo Carvalho de Melo2012-01-301-1/+1
| * | | | | | | perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-308-8/+1Star
| * | | | | | | perf lock: Document lock info subcommandNamhyung Kim2012-01-302-5/+19
| * | | | | | | perf top: Fix number of samples displayedStephane Eranian2012-01-301-3/+10
| * | | | | | | perf script: Add option resolving vmlinux pathAkihiro Nagai2012-01-304-3/+13
| * | | | | | | perf script: Add the offset field specifierAkihiro Nagai2012-01-306-15/+46
| * | | | | | | perf script: Print branch_from and branch_to of BTS eventsAkihiro Nagai2012-01-301-0/+42
| * | | | | | | perf script: Unify the expressions indicating "unknown"Akihiro Nagai2012-01-306-39/+42
| * | | | | | | perf evsel: Fix spelling typoMasanari Iida2012-01-301-1/+1
| * | | | | | | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-271-2/+175
| |\ \ \ \ \ \ \
| | * | | | | | | perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra2011-12-211-2/+175
| * | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-01-2637-47/+597
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian2012-01-241-1/+1
| | * | | | | | | perf probe: Usability fixesSrikar Dronamraju2012-01-241-3/+3
| | * | | | | | | perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-248-16/+3Star
| | * | | | | | | perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich2012-01-242-4/+18
| | * | | | | | | perf bench: Also allow measuring memset()Jan Beulich2012-01-248-2/+331