summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Introduce struct mapsArnaldo Carvalho de Melo2015-05-285-37/+51
* perf probe: Fix an error when deleting probes successfullyMasami Hiramatsu2015-05-271-4/+5
* perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2015-05-272-26/+24Star
* perf tools: Disallow PMU events intel_pt and intel_bts until there is supportAdrian Hunter2015-05-271-0/+4
* perf tools: Assign default value for some pointersMartin Liška2015-05-272-2/+2
* perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo2015-05-274-23/+20Star
* perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo2015-05-271-3/+0Star
* perf machine: Mark removed threads as suchArnaldo Carvalho de Melo2015-05-271-2/+2
* perf tools: Import rb_erase_init from block/ in the kernel sourcesArnaldo Carvalho de Melo2015-05-271-0/+14
* perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo2015-05-272-24/+0Star
* perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo2015-05-271-2/+0Star
* perf tools: Rename maps__nextArnaldo Carvalho de Melo2015-05-272-3/+3
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-273-16/+39
* perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim2015-05-271-6/+0Star
* perf tools: Fix dso__data_read_offset() file openingNamhyung Kim2015-05-271-27/+32
* perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo2015-05-271-1/+1
* perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-271-4/+9
* perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo2015-05-271-8/+8
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-272-7/+2Star
* perf session: Fix perf_session__peek_event()Adrian Hunter2015-05-271-3/+3
* perf tools: Fix parse_events_error dereferencesAdrian Hunter2015-05-272-2/+6
* perf tools: Fix function declarations needed by parse-events.yAdrian Hunter2015-05-272-8/+14
* perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan2015-05-181-0/+1
* perf tools: Protect dso cache fd with a mutexNamhyung Kim2015-05-181-26/+72
* perf symbols: Protect dso cache tree using dso->lockNamhyung Kim2015-05-181-7/+27
* perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-183-10/+27
* perf tools: Introduce copyfile_offset() functionNamhyung Kim2015-05-182-9/+30
* perf tools: Add rm_rf() utility functionNamhyung Kim2015-05-182-0/+44
* perf tools: Elliminate alignment holesArnaldo Carvalho de Melo2015-05-183-4/+4
* perf probe: Load map before glob matchingWang Nan2015-05-181-0/+3
* perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa2015-05-151-2/+2
* perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa2015-05-151-4/+4
* perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-152-8/+6Star
* perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo2015-05-152-7/+8
* perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo2015-05-151-1/+1
* perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo2015-05-152-4/+6
* perf tools: Make flex/bison calls honour V=1Jiri Olsa2015-05-151-4/+4
* perf report: Fix some option handling on --stdioNamhyung Kim2015-05-143-7/+0Star
* perf probe: Ignore tail calls to probed functionsNaveen N. Rao2015-05-143-3/+50
* perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo2015-05-121-4/+4
* perf probe: Show better error message when failed to find variableHe Kuang2015-05-121-4/+6
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-124-13/+168
* perf probe: Remove length limitation for showing available variablesHe Kuang2015-05-123-37/+34Star
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-112-1/+5
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-062-1/+5
| |\
| | * perf probe: Fix segfault if passed with ''.Wang Nan2015-05-051-0/+2
| | * perf probe: Fix bug with global variables handlingHe Kuang2015-04-271-1/+3
* | | perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-086-11/+59
* | | perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-082-1/+2
* | | perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-084-49/+41Star