summaryrefslogtreecommitdiff
path: root/tools/perf (follow)
Commit message (Expand)AuthorAge
...
| * | perf tools: Remove __event_nameArnaldo Carvalho de Melo2012-06-19
| * | perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo2012-06-19
| * | perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
| * | perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
| * | perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
| * | perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-19
| * | perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-19
| * | perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo2012-06-19
| * | perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo2012-06-19
| * | perf lib: Introduce rtrimArnaldo Carvalho de Melo2012-06-19
| * | perf ui/gtk: Use struct perf_error_opsNamhyung Kim2012-06-19
| * | perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim2012-06-19
| * | perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2012-06-19
| * | perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim2012-06-19
| * | perf ui: Introduce struct perf_error_opsNamhyung Kim2012-06-19
| * | perf tools: Add sort by src line/numberArnaldo Carvalho de Melo2012-06-19
* | | perf/tool: Add automated test for pure terms parsingJiri Olsa2012-06-18
* | | perf/tool: Add PMU event alias supportZheng Yan2012-06-18
* | | perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa2012-06-18
* | | perf/tool: Make the event parser re-entrantZheng Yan2012-06-18
* | | perf/tool: Use data struct for arg passing in event parse functionJiri Olsa2012-06-18
| |/ |/|
* | perf tools: Fix synthesizing tracepoint names from the perf.data headersArnaldo Carvalho de Melo2012-06-12
* | perf stat: Fix default output fileStephane Eranian2012-06-11
* | perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern2012-06-11
|/
* perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju2012-05-31
* perf symbols: Check for valid dso before creating mapSrikar Dronamraju2012-05-31
* perf evsel: Fix 32 bit values endianity swap for sample_id_all headerJiri Olsa2012-05-31
* perf session: Handle endianity swap on sample_id_all header dataJiri Olsa2012-05-31
* perf symbols: Handle different endians properly during symbol loadJiri Olsa2012-05-31
* perf evlist: Pass third argument to ioctl explicitlyNamhyung Kim2012-05-31
* perf tools: Update ioctl documentation for PERF_IOC_FLAG_GROUPNamhyung Kim2012-05-31
* perf tools: Make --version show kernel version instead of pull req tagArnaldo Carvalho de Melo2012-05-31
* perf tools: Check if callchain is corruptedNamhyung Kim2012-05-31
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-31
* perf tools: Fix pager on minimal-install embedded systemsAvik Sil2012-05-30
* perf tools: Fix make tarballsArnaldo Carvalho de Melo2012-05-30
* perf script: Fix regression in callchain dso nameDavid Ahern2012-05-30
* perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo2012-05-30
* perf annotate browser: Fix help window entry for navigating to hottest lineArnaldo Carvalho de Melo2012-05-30
* perf report: Use the right symbol for annotationArnaldo Carvalho de Melo2012-05-30
* Merge branch 'linus' into perf/urgentIngo Molnar2012-05-30
|\
| * Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
| |\
| | * perf probe: Detect probe target when m/x options are absentSrikar Dronamraju2012-05-11
| | * perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-11
* | | perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo2012-05-29
* | | perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo2012-05-29
* | | perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo2012-05-29
* | | perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo2012-05-29
* | | perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo2012-05-29
* | | perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-29