summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-0819-55/+212
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-06-0619-55/+212
| |\
| | * perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju2012-05-311-6/+2
| | * perf symbols: Check for valid dso before creating mapSrikar Dronamraju2012-05-311-1/+4
| | * perf evsel: Fix 32 bit values endianity swap for sample_id_all headerJiri Olsa2012-05-311-7/+22
| | * perf session: Handle endianity swap on sample_id_all header dataJiri Olsa2012-05-311-12/+55
| | * perf symbols: Handle different endians properly during symbol loadJiri Olsa2012-05-312-1/+62
| | * perf evlist: Pass third argument to ioctl explicitlyNamhyung Kim2012-05-311-2/+4
| | * perf tools: Update ioctl documentation for PERF_IOC_FLAG_GROUPNamhyung Kim2012-05-311-3/+4
| | * perf tools: Make --version show kernel version instead of pull req tagArnaldo Carvalho de Melo2012-05-311-1/+1
| | * perf tools: Check if callchain is corruptedNamhyung Kim2012-05-311-1/+13
| | * perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-317-14/+17
| | * perf tools: Fix pager on minimal-install embedded systemsAvik Sil2012-05-301-0/+4
| | * perf tools: Fix make tarballsArnaldo Carvalho de Melo2012-05-301-0/+2
| | * perf script: Fix regression in callchain dso nameDavid Ahern2012-05-301-1/+1
| | * perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo2012-05-303-4/+19
| | * 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/power turbostat: fix IVB supportLen Brown2012-06-031-0/+2
* | | | tools/power turbostat: fix un-intended affinity of forked programLen Brown2012-06-031-2/+26
|/ / /
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-317-1/+1369
|\ \ \
| * | | syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-05-313-1/+124
| * | | tools/selftests: add mq_perf_testsDoug Ledford2012-05-313-1/+746
| * | | selftests: add mq_open_testsDoug Ledford2012-05-313-1/+501
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-3020-416/+610
|\ \ \ | |/ / |/| / | |/
| * 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
* | | 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
|\ \ \ | |/ / |/| |