summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-196-12/+11
* perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-191-1/+7
* perf tools: Remove __event_nameArnaldo Carvalho de Melo2012-06-192-56/+6
* perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo2012-06-192-3/+3
* perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo2012-06-191-18/+20
* perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-1915-55/+40
* perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2012-06-192-31/+14
* 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/+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-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/+25