index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-27
perf tools: Assign default value for some pointers
Martin Liška
2
-2
/
+2
2015-05-27
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
4
-23
/
+20
2015-05-27
perf tools: Leave DSO destruction to the map destruction
Arnaldo Carvalho de Melo
1
-3
/
+0
2015-05-27
perf machine: Mark removed threads as such
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-05-27
perf tools: Import rb_erase_init from block/ in the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+14
2015-05-27
perf tools: Nuke unused map_groups__flush()
Arnaldo Carvalho de Melo
2
-24
/
+0
2015-05-27
perf tools: Remove redundant initialization of thread linkage members
Arnaldo Carvalho de Melo
1
-2
/
+0
2015-05-27
perf tools: Rename maps__next
Arnaldo Carvalho de Melo
2
-3
/
+3
2015-05-27
perf tools: Add dso__data_get/put_fd()
Namhyung Kim
3
-16
/
+39
2015-05-27
perf tools: Get rid of dso__data_fd() from dso__data_size()
Namhyung Kim
1
-6
/
+0
2015-05-27
perf tools: Fix dso__data_read_offset() file opening
Namhyung Kim
1
-27
/
+32
2015-05-27
perf machine: Do not call map_groups__delete(), drop refcnt instead
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-27
perf comm: Use atomic.h for refcounting
Arnaldo Carvalho de Melo
1
-4
/
+9
2015-05-27
perf hists: Rename add_hist_entry to hists__findnew_entry
Arnaldo Carvalho de Melo
1
-8
/
+8
2015-05-27
perf hists: Reducing arguments of hist_entry_iter__add()
Namhyung Kim
2
-7
/
+2
2015-05-27
perf session: Fix perf_session__peek_event()
Adrian Hunter
1
-3
/
+3
2015-05-27
perf tools: Fix parse_events_error dereferences
Adrian Hunter
2
-2
/
+6
2015-05-27
perf tools: Fix function declarations needed by parse-events.y
Adrian Hunter
2
-8
/
+14
2015-05-18
perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
Wang Nan
1
-0
/
+1
2015-05-18
perf tools: Protect dso cache fd with a mutex
Namhyung Kim
1
-26
/
+72
2015-05-18
perf symbols: Protect dso cache tree using dso->lock
Namhyung Kim
1
-7
/
+27
2015-05-18
perf symbols: Protect dso symbol loading using a mutex
Namhyung Kim
3
-10
/
+27
2015-05-18
perf tools: Introduce copyfile_offset() function
Namhyung Kim
2
-9
/
+30
2015-05-18
perf tools: Add rm_rf() utility function
Namhyung Kim
2
-0
/
+44
2015-05-18
perf tools: Elliminate alignment holes
Arnaldo Carvalho de Melo
3
-4
/
+4
2015-05-18
perf probe: Load map before glob matching
Wang Nan
1
-0
/
+3
2015-05-15
perf tools: Fix "Command" sort_entry's cmp and collapse function
Jiri Olsa
1
-2
/
+2
2015-05-15
perf tools: Fix dwarf-aux.c compilation on i386
Jiri Olsa
1
-4
/
+4
2015-05-15
perf cgroup: Use atomic.h for refcounting
Arnaldo Carvalho de Melo
2
-8
/
+6
2015-05-15
perf evlist: Use atomic.h for the perf_mmap refcount
Arnaldo Carvalho de Melo
2
-7
/
+8
2015-05-15
perf machine: Stop accessing atomic_t::counter directly
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-15
perf tools: Use atomic.h for the map_groups refcount
Arnaldo Carvalho de Melo
2
-4
/
+6
2015-05-15
perf tools: Make flex/bison calls honour V=1
Jiri Olsa
1
-4
/
+4
2015-05-14
perf report: Fix some option handling on --stdio
Namhyung Kim
3
-7
/
+0
2015-05-14
perf probe: Ignore tail calls to probed functions
Naveen N. Rao
3
-3
/
+50
2015-05-12
perf machine: No need to keep a refcnt for last_match
Arnaldo Carvalho de Melo
1
-4
/
+4
2015-05-12
perf probe: Show better error message when failed to find variable
He Kuang
1
-4
/
+6
2015-05-12
perf probe: Add --range option to show a variable's location range
He Kuang
4
-13
/
+168
2015-05-12
perf probe: Remove length limitation for showing available variables
He Kuang
3
-37
/
+34
2015-05-11
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
2
-1
/
+5
2015-05-08
perf probe: Support glob wildcards for function name
Masami Hiramatsu
6
-11
/
+59
2015-05-08
perf probe: Add --no-inlines option to avoid searching inline functions
Masami Hiramatsu
2
-1
/
+2
2015-05-08
perf probe: Introduce probe_conf global configs
Masami Hiramatsu
4
-49
/
+41
2015-05-08
perf probe: Use perf_probe_event.target instead of passing as an argument
Masami Hiramatsu
2
-32
/
+27
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
7
-26
/
+114
2015-05-08
perf tools: Use atomic_t to implement thread__{get,put} refcnt
Arnaldo Carvalho de Melo
2
-4
/
+5
2015-05-08
perf probe: Support $params special probe argument
Masami Hiramatsu
2
-13
/
+19
2015-05-08
perf probe: Skip kernel symbols which is out of .text
Masami Hiramatsu
1
-7
/
+24
2015-05-08
perf probe: Make --line checks validate C-style function name
Masami Hiramatsu
1
-15
/
+20
2015-05-08
perf probe: Fix a typo for the flags of open
Masami Hiramatsu
1
-1
/
+1
[prev]
[next]