Symbol: FAKE_PID_BASH
tools/perf/tests/hists_common.c
22
{ FAKE_PID_BASH, "bash" },
tools/perf/tests/hists_common.c
36
{ FAKE_PID_BASH, FAKE_MAP_BASH, "bash" },
tools/perf/tests/hists_common.c
37
{ FAKE_PID_BASH, FAKE_MAP_LIBC, "libc" },
tools/perf/tests/hists_common.c
38
{ FAKE_PID_BASH, FAKE_MAP_KERNEL, "[kernel]" },
tools/perf/tests/hists_cumulate.c
42
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_MAIN, },
tools/perf/tests/hists_cumulate.c
44
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XMALLOC, },
tools/perf/tests/hists_cumulate.c
46
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_KERNEL_PAGE_FAULT, },
tools/perf/tests/hists_filter.c
40
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_MAIN, .socket = 2 },
tools/perf/tests/hists_filter.c
42
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XMALLOC, .socket = 2 },
tools/perf/tests/hists_filter.c
44
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_MALLOC, .socket = 3 },
tools/perf/tests/hists_filter.c
46
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_KERNEL_PAGE_FAULT, .socket = 3 },
tools/perf/tests/hists_link.c
34
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XMALLOC, },
tools/perf/tests/hists_link.c
36
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_MALLOC, },
tools/perf/tests/hists_link.c
50
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_FREE, },
tools/perf/tests/hists_link.c
56
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_MALLOC, }, /* will be merged */
tools/perf/tests/hists_link.c
58
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XFREE, },
tools/perf/tests/hists_link.c
60
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_LIBC_REALLOC, },
tools/perf/tests/hists_link.c
62
{ .pid = FAKE_PID_BASH, .ip = FAKE_IP_KERNEL_PAGE_FAULT, },
tools/perf/tests/hists_output.c
43
{ .cpu = 3, .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_MAIN, },
tools/perf/tests/hists_output.c
45
{ .cpu = 0, .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XMALLOC, },
tools/perf/tests/hists_output.c
47
{ .cpu = 1, .pid = FAKE_PID_BASH, .ip = FAKE_IP_KERNEL_PAGE_FAULT, },