index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-08
perf tools: Protect accesses the dso rbtrees/lists with a rw lock
Arnaldo Carvalho de Melo
1
-6
/
+21
2015-06-08
perf machine: Fix up some more method names
Arnaldo Carvalho de Melo
1
-9
/
+9
2015-06-07
perf tools: handle PERF_RECORD_LOST_SAMPLES
Kan Liang
1
-0
/
+10
2015-06-03
perf tools: Deal with kernel module names in '[]' correctly
Wang Nan
1
-1
/
+21
2015-06-02
perf machine: Fix the search for the kernel DSO on the unified list
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-29
perf machine: Fix up vdso methods names
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-29
perf machine: Introduce machine__findnew_dso() method
Arnaldo Carvalho de Melo
1
-1
/
+6
2015-05-29
perf machine: No need to have two DSOs lists
Arnaldo Carvalho de Melo
1
-17
/
+11
2015-05-29
perf machine: Adopt findnew_kernel method
Arnaldo Carvalho de Melo
1
-6
/
+5
2015-05-28
perf tools: Reference count struct map
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-05-27
perf machine: Mark removed threads as such
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-05-27
perf machine: Do not call map_groups__delete(), drop refcnt instead
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-15
perf machine: Stop accessing atomic_t::counter directly
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-12
perf machine: No need to keep a refcnt for last_match
Arnaldo Carvalho de Melo
1
-4
/
+4
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
1
-17
/
+72
2015-05-06
perf tools: Add support for PERF_RECORD_ITRACE_START
Adrian Hunter
1
-0
/
+11
2015-05-06
perf tools: Add support for PERF_RECORD_AUX
Adrian Hunter
1
-0
/
+10
2015-04-10
perf buildid-list: Fix segfault when show DSOs with hits
He Kuang
1
-3
/
+1
2015-04-08
perf kmaps: Check kmaps to make code more robust
Wang Nan
1
-1
/
+4
2015-03-31
perf callchain: Fix kernel symbol resolution by remembering the cpumode
David Hildenbrand
1
-14
/
+14
2015-03-23
perf tools: Try to lookup kernel module map before creating one
Jiri Olsa
1
-0
/
+5
2015-03-23
perf tools: Remove compressed argument from is_kernel_module
Jiri Olsa
1
-1
/
+1
2015-03-23
perf tools: Use kmod_path__parse in map_groups__set_modules_path_dir
Jiri Olsa
1
-24
/
+41
2015-03-21
perf tools: Use kmod_path__parse for machine__new_dso
Jiri Olsa
1
-38
/
+21
2015-03-21
perf tools: Add machine__module_dso function
Jiri Olsa
1
-11
/
+25
2015-03-03
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
1
-21
/
+23
2015-02-18
perf tools: Construct LBR call chain
Kan Liang
1
-11
/
+91
2015-01-16
perf machine: Fix __machine__findnew_thread() error path
Namhyung Kim
1
-1
/
+3
2014-12-09
perf callchain: Move cpumode resolve code to add_callchain_ip
Kan Liang
1
-37
/
+35
2014-12-02
perf callchain: Support handling complete branch stacks as histograms
Andi Kleen
1
-9
/
+117
2014-11-25
perf tools: Fix segfault due to invalid kernel dso access
Namhyung Kim
1
-2
/
+2
2014-11-19
perf callchain: Use al.addr to set up call chain
Andi Kleen
1
-1
/
+1
2014-11-19
perf callchain: Factor out adding new call chain entries
Andi Kleen
1
-19
/
+32
2014-11-05
perf tools: Make vmlinux short name more like kallsyms short name
Namhyung Kim
1
-0
/
+3
2014-11-05
perf tools: Fix build-id matching on vmlinux
Namhyung Kim
1
-2
/
+14
2014-11-04
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
1
-1
/
+18
2014-10-29
perf callchains: Use thread->mg->machine
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-10-29
perf thread: Adopt resolve_callchain method from machine
Arnaldo Carvalho de Melo
1
-8
/
+7
2014-10-29
perf tools: A thread's machine can be found via thread->mg->machine
Arnaldo Carvalho de Melo
1
-21
/
+14
2014-10-29
perf tools: Set thread->mg.machine in all places
Arnaldo Carvalho de Melo
1
-3
/
+2
2014-10-15
perf machine: Add missing dsos->root rbtree root initialization
Arnaldo Carvalho de Melo
1
-2
/
+8
2014-10-01
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
1
-0
/
+1
2014-09-30
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
1
-12
/
+12
2014-08-22
perf machine: Fallback to MAP__FUNCTION if daddr maps are NULL
Don Zickus
1
-0
/
+10
2014-08-22
perf tools: Add machine__kernel_ip()
Adrian Hunter
1
-0
/
+23
2014-08-22
perf machine: Rename machine__get_kernel_start_addr() method
Adrian Hunter
1
-4
/
+4
2014-08-14
perf machine: Add machine__thread_exec_comm()
Adrian Hunter
1
-0
/
+26
2014-08-14
perf tools: Identify which comms are from exec
Adrian Hunter
1
-1
/
+3
2014-07-24
perf tools: Add thread parameter to vdso__dso_findnew()
Adrian Hunter
1
-2
/
+2
2014-07-24
perf machine: Fix the lifetime of the VDSO temporary file
Adrian Hunter
1
-0
/
+4
[prev]
[next]