index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
2015-05-27
4
-23
/
+20
*
perf tools: Leave DSO destruction to the map destruction
Arnaldo Carvalho de Melo
2015-05-27
1
-3
/
+0
*
perf machine: Mark removed threads as such
Arnaldo Carvalho de Melo
2015-05-27
1
-2
/
+2
*
perf tools: Import rb_erase_init from block/ in the kernel sources
Arnaldo Carvalho de Melo
2015-05-27
1
-0
/
+14
*
perf tools: Nuke unused map_groups__flush()
Arnaldo Carvalho de Melo
2015-05-27
2
-24
/
+0
*
perf tools: Remove redundant initialization of thread linkage members
Arnaldo Carvalho de Melo
2015-05-27
1
-2
/
+0
*
perf tools: Rename maps__next
Arnaldo Carvalho de Melo
2015-05-27
2
-3
/
+3
*
perf tools: Add dso__data_get/put_fd()
Namhyung Kim
2015-05-27
3
-16
/
+39
*
perf tools: Get rid of dso__data_fd() from dso__data_size()
Namhyung Kim
2015-05-27
1
-6
/
+0
*
perf tools: Fix dso__data_read_offset() file opening
Namhyung Kim
2015-05-27
1
-27
/
+32
*
perf machine: Do not call map_groups__delete(), drop refcnt instead
Arnaldo Carvalho de Melo
2015-05-27
1
-1
/
+1
*
perf comm: Use atomic.h for refcounting
Arnaldo Carvalho de Melo
2015-05-27
1
-4
/
+9
*
perf hists: Rename add_hist_entry to hists__findnew_entry
Arnaldo Carvalho de Melo
2015-05-27
1
-8
/
+8
*
perf hists: Reducing arguments of hist_entry_iter__add()
Namhyung Kim
2015-05-27
2
-7
/
+2
*
perf session: Fix perf_session__peek_event()
Adrian Hunter
2015-05-27
1
-3
/
+3
*
perf tools: Fix parse_events_error dereferences
Adrian Hunter
2015-05-27
2
-2
/
+6
*
perf tools: Fix function declarations needed by parse-events.y
Adrian Hunter
2015-05-27
2
-8
/
+14
*
perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
Wang Nan
2015-05-18
1
-0
/
+1
*
perf tools: Protect dso cache fd with a mutex
Namhyung Kim
2015-05-18
1
-26
/
+72
*
perf symbols: Protect dso cache tree using dso->lock
Namhyung Kim
2015-05-18
1
-7
/
+27
*
perf symbols: Protect dso symbol loading using a mutex
Namhyung Kim
2015-05-18
3
-10
/
+27
*
perf tools: Introduce copyfile_offset() function
Namhyung Kim
2015-05-18
2
-9
/
+30
*
perf tools: Add rm_rf() utility function
Namhyung Kim
2015-05-18
2
-0
/
+44
*
perf tools: Elliminate alignment holes
Arnaldo Carvalho de Melo
2015-05-18
3
-4
/
+4
*
perf probe: Load map before glob matching
Wang Nan
2015-05-18
1
-0
/
+3
*
perf tools: Fix "Command" sort_entry's cmp and collapse function
Jiri Olsa
2015-05-15
1
-2
/
+2
*
perf tools: Fix dwarf-aux.c compilation on i386
Jiri Olsa
2015-05-15
1
-4
/
+4
*
perf cgroup: Use atomic.h for refcounting
Arnaldo Carvalho de Melo
2015-05-15
2
-8
/
+6
*
perf evlist: Use atomic.h for the perf_mmap refcount
Arnaldo Carvalho de Melo
2015-05-15
2
-7
/
+8
*
perf machine: Stop accessing atomic_t::counter directly
Arnaldo Carvalho de Melo
2015-05-15
1
-1
/
+1
*
perf tools: Use atomic.h for the map_groups refcount
Arnaldo Carvalho de Melo
2015-05-15
2
-4
/
+6
*
perf tools: Make flex/bison calls honour V=1
Jiri Olsa
2015-05-14
1
-4
/
+4
*
perf report: Fix some option handling on --stdio
Namhyung Kim
2015-05-14
3
-7
/
+0
*
perf probe: Ignore tail calls to probed functions
Naveen N. Rao
2015-05-14
3
-3
/
+50
*
perf machine: No need to keep a refcnt for last_match
Arnaldo Carvalho de Melo
2015-05-12
1
-4
/
+4
*
perf probe: Show better error message when failed to find variable
He Kuang
2015-05-12
1
-4
/
+6
*
perf probe: Add --range option to show a variable's location range
He Kuang
2015-05-12
4
-13
/
+168
*
perf probe: Remove length limitation for showing available variables
He Kuang
2015-05-12
3
-37
/
+34
*
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
2015-05-11
2
-1
/
+5
|
\
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-05-06
2
-1
/
+5
|
|
\
|
|
*
perf probe: Fix segfault if passed with ''.
Wang Nan
2015-05-05
1
-0
/
+2
|
|
*
perf probe: Fix bug with global variables handling
He Kuang
2015-04-27
1
-1
/
+3
*
|
|
perf probe: Support glob wildcards for function name
Masami Hiramatsu
2015-05-08
6
-11
/
+59
*
|
|
perf probe: Add --no-inlines option to avoid searching inline functions
Masami Hiramatsu
2015-05-08
2
-1
/
+2
*
|
|
perf probe: Introduce probe_conf global configs
Masami Hiramatsu
2015-05-08
4
-49
/
+41
*
|
|
perf probe: Use perf_probe_event.target instead of passing as an argument
Masami Hiramatsu
2015-05-08
2
-32
/
+27
*
|
|
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
2015-05-08
7
-26
/
+114
*
|
|
perf tools: Use atomic_t to implement thread__{get,put} refcnt
Arnaldo Carvalho de Melo
2015-05-08
2
-4
/
+5
*
|
|
perf probe: Support $params special probe argument
Masami Hiramatsu
2015-05-08
2
-13
/
+19
*
|
|
perf probe: Skip kernel symbols which is out of .text
Masami Hiramatsu
2015-05-08
1
-7
/
+24
[next]