summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | perf/tool: Add automated test for pure terms parsingJiri Olsa2012-06-181-5/+117
* | | perf/tool: Add PMU event alias supportZheng Yan2012-06-184-1/+188
* | | perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa2012-06-184-3/+55
* | | perf/tool: Make the event parser re-entrantZheng Yan2012-06-184-64/+98
* | | perf/tool: Use data struct for arg passing in event parse functionJiri Olsa2012-06-183-26/+50
| |/ |/|
* | perf tools: Fix synthesizing tracepoint names from the perf.data headersArnaldo Carvalho de Melo2012-06-121-0/+32
* | perf stat: Fix default output fileStephane Eranian2012-06-111-1/+7
* | perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern2012-06-114-7/+22
|/
* 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-306-101/+447
|\
| * 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
* | | 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
OpenPOWER on IntegriCloud