summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf annotate browser: Fix help window entry for navigating to hottest lineArnaldo Carvalho de Melo2012-05-301-1/+1
* perf report: Use the right symbol for annotationArnaldo Carvalho de Melo2012-05-301-1/+1
* Merge branch 'linus' into perf/urgentIngo Molnar2012-05-307-139/+459
|\
| * tools/vm/page-types.c: cleanupsUlrich Drepper2012-05-291-11/+11
| * kbuild: install kernel-page-flags.hUlrich Drepper2012-05-291-27/+1
| * Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-246-101/+447
| |\
| | * perf probe: Detect probe target when m/x options are absentSrikar Dronamraju2012-05-112-5/+46
| | * perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-116-98/+403
* | | perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo2012-05-293-320/+320
* | | perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo2012-05-294-0/+60
* | | perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo2012-05-291-1/+1
* | | perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo2012-05-291-35/+66
* | | perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo2012-05-291-1/+5
* | | perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-294-27/+25
* | | perf ui: Make --stdio default when TUI is not supportedNamhyung Kim2012-05-281-0/+1
* | | tools lib traceevent: Silence compiler warning on 32bit buildNamhyung Kim2012-05-261-1/+1
* | | perf record: Fix branch_stack type in perf_record_optsStephane Eranian2012-05-251-1/+1
* | | perf tools: Reconstruct event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-05-253-16/+104
* | | perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo2012-05-251-1/+1
* | | perf tools: fix thread_map__new_by_pid_str() memory leak in error pathFranck Bui-Huu2012-05-251-11/+10
* | | perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specifiedArnaldo Carvalho de Melo2012-05-241-2/+2
* | | tools lib traceevent: Fix signature of create_arg_item()Namhyung Kim2012-05-241-3/+2
* | | tools lib traceevent: Use proper function parameter typeNamhyung Kim2012-05-241-0/+1
* | | tools lib traceevent: Fix freeing arg on process_dynamic_array()Namhyung Kim2012-05-241-3/+4
* | | tools lib traceevent: Fix a possibly wrong memory dereferenceNamhyung Kim2012-05-241-0/+2
* | | tools lib traceevent: Fix a possible memory leakNamhyung Kim2012-05-241-1/+4
* | | tools lib traceevent: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi2012-05-241-0/+7
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-241-1/+1
|\ \ \ | |/ / |/| |
| * | perf evlist: Explicititely initialize input_nameArnaldo Carvalho de Melo2012-05-231-1/+1
* | | Merge tag 'ktest-v3.5-spelling' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-231-1/+1
|\ \ \
| * | | ktest: Change singular "paranthesis" to plural "parentheses"Jesper Juhl2012-05-231-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-2322-658/+1002
|\ \ \ \ \ | | | |/ / | | |/| |
| | * | | perf evlist: Show event attribute detailsArnaldo Carvalho de Melo2012-05-222-11/+100
| | * | | perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo2012-05-222-2/+2
| | * | | perf buildid-list: Work better with pipe modeStephane Eranian2012-05-222-1/+7
| | * | | perf tools: Fix piped mode read codeStephane Eranian2012-05-221-8/+26
| | * | | perf inject: Fix broken perf inject -bStephane Eranian2012-05-221-0/+5
| | * | | perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATAStephane Eranian2012-05-223-8/+8
| | * | | perf tools: Add union u64_swap type for swapping u64 dataJiri Olsa2012-05-222-8/+7
| | * | | perf tools: Carry perf_event_attr bitfield throught different endiansJiri Olsa2012-05-221-0/+34
| | * | | perf record: Fix documentation for branch stack samplingAnshuman Khandual2012-05-221-1/+1
| | * | | perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim2012-05-222-1/+4
| | * | | perf tools: Always try to build libtraceeventNamhyung Kim2012-05-221-2/+2
| | * | | perf tools: Rename libparsevent to libtraceevent in MakefileNamhyung Kim2012-05-221-11/+11
| | * | | perf script: Rename struct event to struct event_format in perl engineFrederic Weisbecker2012-05-221-6/+6
| | * | | perf script: Explicitly handle known default print arg typeFrederic Weisbecker2012-05-221-0/+4
| | * | | perf tools: Add hardcoded name term for pmu eventsJiri Olsa2012-05-226-3/+59
| | * | | perf tools: Separate 'mem:' event scanner bitsJiri Olsa2012-05-222-2/+24
| | * | | perf tools: Use allocated list for each parsed eventJiri Olsa2012-05-223-41/+83
| | * | | perf tools: Add support for displaying event parser debug infoJiri Olsa2012-05-222-3/+15