summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-193-16/+34
* perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-193-101/+134
* perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo2012-06-191-6/+11
* perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo2012-06-191-0/+195
* perf lib: Introduce rtrimArnaldo Carvalho de Melo2012-06-192-0/+24
* perf ui/gtk: Use struct perf_error_opsNamhyung Kim2012-06-192-0/+91
* perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim2012-06-194-0/+61
* perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2012-06-192-1/+27
* perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim2012-06-193-1/+47
* perf ui: Introduce struct perf_error_opsNamhyung Kim2012-06-198-226/+357
* perf tools: Add sort by src line/numberArnaldo Carvalho de Melo2012-06-195-2/+54
* 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/+2Star
| | * 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-041-0/+2
* | | | tools/power turbostat: fix un-intended affinity of forked programLen Brown2012-06-041-2/+26
|/ / /
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-017-1/+1369
|\ \ \
| * | | syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-06-013-1/+124
| * | | tools/selftests: add mq_perf_testsDoug Ledford2012-06-013-1/+746
| * | | selftests: add mq_open_testsDoug Ledford2012-06-013-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-303-320/+320
| * perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo2012-05-304-0/+60
| * perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo2012-05-301-1/+1
| * perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo2012-05-301-35/+66
| * perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo2012-05-301-1/+5
| * perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-294-27/+25Star
| * 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/+10Star
| * perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specifiedArnaldo Carvalho de Melo2012-05-241-2/+2