summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2015-05-27perf tools: Assign default value for some pointersMartin Liška2-2/+2
2015-05-27perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo4-23/+20
2015-05-27perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo1-3/+0
2015-05-27perf machine: Mark removed threads as suchArnaldo Carvalho de Melo1-2/+2
2015-05-27perf tools: Import rb_erase_init from block/ in the kernel sourcesArnaldo Carvalho de Melo1-0/+14
2015-05-27perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo2-24/+0
2015-05-27perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo1-2/+0
2015-05-27perf tools: Rename maps__nextArnaldo Carvalho de Melo2-3/+3
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim3-16/+39
2015-05-27perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim1-6/+0
2015-05-27perf tools: Fix dso__data_read_offset() file openingNamhyung Kim1-27/+32
2015-05-27perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo1-1/+1
2015-05-27perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo1-4/+9
2015-05-27perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo1-8/+8
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2-7/+2
2015-05-27perf session: Fix perf_session__peek_event()Adrian Hunter1-3/+3
2015-05-27perf tools: Fix parse_events_error dereferencesAdrian Hunter2-2/+6
2015-05-27perf tools: Fix function declarations needed by parse-events.yAdrian Hunter2-8/+14
2015-05-18perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan1-0/+1
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim1-26/+72
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim1-7/+27
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim3-10/+27
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim2-9/+30
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim2-0/+44
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo3-4/+4
2015-05-18perf probe: Load map before glob matchingWang Nan1-0/+3
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa1-2/+2
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa1-4/+4
2015-05-15perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2-8/+6
2015-05-15perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo2-7/+8
2015-05-15perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo1-1/+1
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo2-4/+6
2015-05-15perf tools: Make flex/bison calls honour V=1Jiri Olsa1-4/+4
2015-05-14perf report: Fix some option handling on --stdioNamhyung Kim3-7/+0
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao3-3/+50
2015-05-12perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo1-4/+4
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang1-4/+6
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang4-13/+168
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang3-37/+34
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2-1/+5
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu6-11/+59
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2-1/+2
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu4-49/+41
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2-32/+27
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo7-26/+114
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2-4/+5
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu2-13/+19
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu1-7/+24
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu1-15/+20
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu1-1/+1